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