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

460 B

Dayofmonth

Description

Syntax

'INT DAYOFMONTH (DATETIME date)'

Get the day information in the date, and return values range from 1 to 31.

The parameter is Date or Datetime type

example

mysql> select dayofmonth('1987-01-31');
+-----------------------------------+
Dayofmonth ('1987 -01 -31 00:00') 1244;
+-----------------------------------+
|                                31 |
+-----------------------------------+
##keyword
DAYOFMONTH