Skip to main content
Version: V1.0.0

MONTH

Declaration

MONTH(date)

Description

Returns the month information of the date.

Example

SELECT MONTH('2008-02-03');
+---------------------+
| MONTH('2008-02-03') |
+---------------------+
| 2 |
+---------------------+
1 row in set (0.001 sec)