Jump to content

Query all records with a particular date


over9k

Recommended Posts

SELECT * FROM `schedule` WHERE `date`='2010-01-01'
also tried:
SELECT * FROM `schedule` WHERE `date`='2010-01-01 *'
SELECT * FROM `schedule` WHERE `date`='2010-01-01 *:*:*'

 

I'm trying to get all records from a certain day disregarding the time portion but the above code is only returning one record when there are many records for a particular day

 

A record looks something like:

[pre]

id          date

0000      0000-00-00 00:00:00

[/pre]

The date field is type datetime

 

 

 

MySQL server version -- 5.1.30

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.