Answers for "how to subtract 30 days to now() in mysql"

SQL
0

mysql date equals to current_date plus days

SELECT CURRENT_DATE - INTERVAL 30 DAY
Posted by: Guest on June-04-2020

Code answers related to "how to subtract 30 days to now() in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language