Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
MONTHNAME
On this page
The MONTHNAME() function extracts the name of the month from the given datetime.
Syntax
MONTHNAME ( dateobj )Arguments
-
dateobj: A valid date, datetime, or parsable date string.
Return Type
String
Examples
SELECT MONTHNAME('2009-02-13 23:31:30');
+----------------------------------+
| MONTHNAME('2009-02-13 23:31:30') |
+----------------------------------+
| February |
+----------------------------------+Related Topics
Last modified: