sql date to month in words in mysql code example Example: mysql month name extract SELECT MONTHNAME(column_date,’%m’)) as monthname from tablename;