Returns the name of the month from the specified date expression.
Example
The following statement returns the value September,
when the DATE_ORDER option is set to the default value
of ymd.
SELECT MONTHNAME( '1998-09-05' ) FROM iq_dummy
See Reference: Statements and Options > Database Options > Alphabetical List of Options
> DATE_ORDER Option.