Puoi fare una cosa del genere:

codice:
SELECT * FROM tabella WHERE month(campo_data) = '03'
dove '03' sta per Marzo (MySQL Date and time functions)