WEEK
Returns the ISO week of the year from timestamp. Values range from 1 to 53.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
timestamp | timestamp |
Returns
bigint
Examples
timestamp | Output |
---|---|
timestamp '2018-03-10 08:55:12.456' | 10 |
Transformation job example
SQL
Query result
timestamp | Output |
---|---|
timestamp '2018-03-10 08:55:12.456' | 10 |
Last updated