YEAR_PART_UDF
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Definition
Process the year from a given date truncated to the specified number of digits.
PUBLIC.YEAR_PART_UDF(INPUT TIMESTAMP_TZ, DIGITS INTEGER)Parameters
INPUT TIMESTAMP_TZ
The date to take the year from.
DIGITS INTEGER
The amount of digits wanted in the result.
Returns
Returns the year from a given date.
Usage example
Input:
Output:
Last updated
