Datum - gestern - ctime

Datum - gestern - ctime

am 24.02.2007 08:23:28 von Florian Gusinde

Hallo Gruppe,

ich stelle mich derzeit etwas suboptimal an.
Ich habe ein Table mit versandten SMS. Hierzu möchte ich eine Statistik
jeweils für den Vortag erstellen. Ein

SELECT id,number,message,ctime FROM sms.sms s WHERE DATE(ctime) = CURDATE()
ORDER BY id DESC;

funktioniert für den heutigen Tag. Wie aber - und hier ist mein Problem -
bekomme ich den output für den gestrigen Tag?

Das Feld ctime hat folgendes Format:
2007-02-24 06:31:20
und wird von der MySQL erzeugt.

Vielen Dank vorab...
Flo

Re: Datum - gestern - ctime

am 24.02.2007 08:56:14 von Andreas Kretschmer

Andreas
--
q: why do so many people take an instant dislike to mysql?
a: it saves time (oicu in #postgresql)
Explaining the concept of referential integrity to a mysql user is like
explaining condoms to a catholic (Shadda in #postgresql)