Example
Return the name of the month for a date:
SELECT MONTHNAME("2017-06-15");
Definition and Usage
The MONTHNAME() function returns the name of the month for a given date.
Syntax
MONTHNAME(date)
Return the name of the month for a date:
SELECT MONTHNAME("2017-06-15");
The MONTHNAME() function returns the name of the month for a given date.
MONTHNAME(date)