Hi,
ich habe folgendes Problem:
wie kann ich mit
Sql ein Datum vergleichen
Delphi-Quellcode:
such_datum := "13.04.2004";
dm_auftrag.q_selbstbucher.SQL.Text :=
'select lanme, lname2, lpz, lort, versand_id, versand_datum from bestellung where ' +
' SUBSTRING( versand_datum from 1 for 10 ) = ' + #34 + such_datum + #34 +
' group by versand_id' ;
Danke für die Unterstützung
Gruß
Reinhard