my table look like this
Name Created
ganesh 2010-06-25 10:54:54
vasant 2010-06-25 11:54:54
charlie 2010-06-25 12:54:54
sam 2010-06-25 13:54:54
vasamtj 2010-06-25 01:54:54
jack 2010-06-25 02:54:54
nima 2010-06-24 10:54:54
kumar 2010-06-24 10:54:54
jay 2010-06-24 10:54:54
paala 2010-06-23 10:54:54
test1 2010-06-23 10:54:54
jhon 2010-06-22 10:54:54
i want to show only today entries , in where condition i dont want to add time ,
SELECT response FROM ost_ticket_response WHERE staff_id = 1 AND created ='now()'
this query checking with time also,
Thanks