Mysql
 sql >> Database >  >> RDS >> Mysql

Come sottrarre uno al mese di un formato data in mysql?

La tua soluzione può essere derivata da:Sottrai mese e giorno mysql

per esempio. (DATE_SUB(curdate(), INTERVAL 1 MONTH)

SELECT COUNT(*), wedding, DATE_SUB(weddate,INTERVAL 1 MONTH) FROM weddingtable