SQL Function Reference

MONTHNAME
Returns a string with the name of the month for a date
MySQL
MONTHNAME(datetime)
Examples
MySQL
SELECT MONTHNAME("2022-06-16");