Hi,
Also ich weiß nicht ob folgendes möglich ist. Ich habe ein Integer-Feld. Und ich möchte wenn ich es selektiere nicht 1-7 erhalten, sondern "Montag" bis "Sonntag". Ich dachte an soetwas wie
SQL-Code:
SELECT
tab.wochentag AS INDEX OF ("Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag")
FROM tab
Ist natürlich Syntaktisch Schwachsinn
Aber gibt es da eine Möglichkeit?
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."