Answers for "mysql datetime last three months"

SQL
0

mysql last 6 months

.... where yourdate_column > DATE_SUB(now(), INTERVAL 6 MONTH)
Posted by: Guest on May-06-2020
0

mysql 3 months ago

date_created >= NOW() - INTERVAL 3 MONTH
Posted by: Guest on April-20-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language