SyntaxFix
Write A Post
Hire A Developer
Questions
Judging by the documentation for date/time functions, you should be able to do something like:
SELECT * FROM FOO WHERE MY_DATE_FIELD >= NOW() - INTERVAL 1 DAY