MySQL CURDATE() - yesteday is last day of the month
- by Andrew Spilak
I have some problem whith such mysql_query
INSERT INTO table VALUES ('', CURDATE()-1)
why if yesteday is last day of the month
the CURDATE()-1) result is like 2010-04-00
why not 2010-03-31