I thought that the following would be the way I search for all calls placed in a 10 minute time frame
SELECT * FROM `call_log` WHERE start_time BETWEEN ('2012-05-01 17:50:00' AND '2013-05-01 18:00:00')
However when I run this query I get the following error
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0, 30' at line 2
I am not sure what this currently means. The date formate is the same as above too.y-m-d h:m:s