Uhm forse la query in questo modo non è esatta, però
[supersaibal]Dal manuale di MySQL
MONTH(date)
Returns the month for date, in the range 1 to 12.
mysql> SELECT MONTH('1998-02-03');
-> 2[/supersaibal]