Files
doris/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md
2019-08-30 22:07:24 +08:00

399 B

month

Description

Syntax

INT MONTH (DATETIME date)

Returns month information in the time type, ranging from 1,12

The parameter is Date or Datetime type

example

mysql> select month('1987-01-01');
+-----------------------------+
month ('1987 -01 -01 00:00:00') 1244;
+-----------------------------+
|                           1 |
+-----------------------------+
##keyword
MONTH