Files
doris/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md

1.1 KiB

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') |
+-----------------------------+
|                           1 |
+-----------------------------+

##keyword MONTH