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