Syntax
MONTH(date)
Purpose
You can call this function to return the month of date.
Examples
obclient> SELECT MONTH('2008-02-03');
+---------------------+
MONTH('2008-02-03')
+---------------------+
2
+---------------------+
1 row in set (0.01 sec)