Outdated Version

You are viewing an older version of this section. View current production version.

MONTH

Extracts the month from the given datetime.

MONTH ( dateobj )

Arguments

  • dateobj: a valid date, datetime, or parsable date string.

Return Type

Integer

Examples

memsql> select month('2009-02-13');
+---------------------+
| month('2009-02-13') |
+---------------------+
|                   2 |
+---------------------+