Returns the name of the month from the specified date expression.
MONTHNAME ( date-expression )
date-expression The datetime value.
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