Quote:
|
Originally Posted by perleo
In my table I have a column called time, and the entries in as YYYY-MM-DD
I want to query to return the records between two times as in 01:00:00 and 03:00:00
|
If you have saved only the date (year, month, day) I guess it's impossible to get reasonable results using time (hour, minute, second). See the MySQL manual for time/date columns.