Not sure really where to start with this one. Can anyone help/point me in the right direction.
I have a timestamp column in MySQL and I want to select a date range for e
SELECT * FROM table WHERE col >= '2010-10-01' AND col <= '2010-10-31'