Mysql query problem
Posted: Tue Jan 11, 2011 8:29 am
Code: Select all
WHERE `time` BETWEEN 'Jan 1 %' AND 'Jan 8 %' AND ...Jan 1 00:33:23
Jan 10 08:52:05
How would I avoid the Jan 10 results?
I have tried a few different combinations with %, <=, etc.
Any ideas?