Published
- 1 min read
sql now - 1 day
The solution for this is noted below
sql now - 1 day
Solution
SELECT * FROM FOO
WHERE MY_DATE_FIELD >= NOW() - INTERVAL 1 DAY
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
SELECT * FROM FOO
WHERE MY_DATE_FIELD >= NOW() - INTERVAL 1 DAY
Try other methods by searching on the site. That is if this doesn’t work