monthname
Returns the name of the month for a given date.
The date
parameter must be of the DATE or DATETIME type.
Syntaxβ
VARCHAR MONTHNAME(date)
Examplesβ
MySQL > select monthname('2008-02-03 00:00:00');
+----------------------------------+
| monthname('2008-02-03 00:00:00') |
+----------------------------------+
| February |
+----------------------------------+
keywordβ
MONTHNAME, monthname