This query was working before, but maybe I changed it somehow..
select * from completed_games where date BETWEEN 2015-02-22 00:00:00 AND 2015-02-28 00:00:00
Why would this query not work, and how can I properly write it?
Error:
ER_PARSE_ERROR: 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 '00:00:00 AND 2015-02-28 00:00:00' at line 1