DAYOFWEEK
Returns the day of the week (from 1 to 7) of the date or timestamp.
Syntax
DAYOFWEEK(date_timestamp_expression string) → bigint
date_timestamp_expression: A
DATE
orTIMESTAMP
expression.
Examples
DAYOFWEEK example
DAYOFWEEK example
Last updated