ExampleGet your own SQL ServerReturn the name of the month for a date:SELECT MONTHNAME("2017-06-15"); Try it Yourself » Definition and UsageThe MONTHNAME() function returns the name of the month for a given date.SyntaxMONTHNAME(date)...