Published
- 1 min read
date before one month in mysql
The solution for this is noted below
date before one month in mysql
Solution
select Date(DATE_SUB(NOW(), INTERVAL 1 MONTH));
Try other methods by searching on the site. That is if this doesn’t work