Answers for "datetime greater than 2 days ago mysql"

SQL
5

mysql date greater than 30 days

SELECT * FROM my_table WHERE created_at > DATE_SUB(NOW(), INTERVAL 1 DAY)
Posted by: Guest on February-26-2021

Code answers related to "datetime greater than 2 days ago mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language