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

1.2 KiB

title, language
title language
month en

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