Hilfe - irgendwie komm ich in die Listen nicht richtig rein

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Im Auftrag von Martin Buberl
Gesendet: Montag, 3. Februar 2003 17:19
An: [EMAIL PROTECTED]
Betreff: RE: [Coffeehouse] Datum von - bis?


> Ich stehe im Moment voll auf der Leitung....
> 
> Tabelle: Feld Text, von, bis.
> 
> Ich will ein Recordset �ffnen, in dem ich alle Texte, die
> heute (GetDate) gelten. Wobei ein von 3.2.2003 bis 3.2.2003 
> auch gefunden werden soll.
> 
> 
> Hat jemand eine Idee?

SELECT * FROM table WHERE date >= '2003/2/3 00:00:00' AND date <=
'2002/2/3 23:59:59'

sowas in der art, oder?
gruss martin


~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse


~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an