DAY
Returns the day of month of the date or timestamp.
Syntax
DAY(date_timestamp_expression string) → bigint
date_timestamp_expression: A
DATE
orTIMESTAMP
expression.
Examples
DAY example
DAY example
Usage Notes
The function name is a Spice keyword and must be enclosed in double quotes ("DAY"
). This function is identical to the function DAYOFMONTH
.
Last updated