Hi,
Es gibt eine Tabelle mit folgenden Spalten.
Titel VarChar(20)
StartDatum Date
EndDatum Date
Wenn das *eine* Tabelle mit drei Spalten ist -
Und ich habe 2 Select-Anweisungen.
SELECT Titel, StartDatum AS Datum FROM table
SELECT Titel, EndDatum AS Datum FROM table
- warum machst du dann nicht *ein* SELECT, dass alle drei Spalten ausliest?
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]