Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
MONTHNAME
MONTHNAME
Returns a string with the name of the month for a date
MySQL
MONTHNAME
(
datetime
)
Examples
MySQL
SELECT
MONTHNAME
(
"2022-06-16"
)
;