DAYOFMONTH
Returns the day of month of the date or timestamp.
Syntax
DAYOFMONTH(date_timestamp_expression string) → bigint
date_timestamp_expression: A
DATE
orTIMESTAMP
expression.
Examples
DAYOFMONTH example
DAYOFMONTH example
DAYOFMONTH example
Usage Notes
This function is identical to the function DAY
.
Last updated