Thomas D.: Date nach Woche

Beitrag lesen

SELECT Verladedatum.*
FROM touren
WHERE touren.Verladedatum >=  '01.09.2004' AND touren.Verladedatum <=  '06.09.2004'

touren ist der Datenbankname und Verladedatum die Spalte vom Typ DATE.

Geb ich das ein bekomme ich die Fehlermeldung

SELECT Verladedatum. *
FROM touren
WHERE touren.Verladedatum >= '01.09.2004' AND touren.Verladedatum <= '06.09.2004'
LIMIT 0 , 30

MySQL meldet:

#1051 - Unknown table 'Verladedatum'