Answers for "mysql current date minus 3 months"

SQL
0

mysql subtract month from timestamp

DATE_SUB((DATE_SUB(curdate(), INTERVAL 1 MONTH)), INTERVAL 4 DAY)
Posted by: Guest on July-02-2020

Code answers related to "mysql current date minus 3 months"

Code answers related to "SQL"

Browse Popular Code Answers by Language