This is a deprecated version of the SnowConvert documentation, please visit the official site HEREarrow-up-right.
This is the user-defined function (UDF) overloaded with one parameter.
UDF that overloads the function DAYNAME_LONG_UDF and applies the default case (capitalized).
PUBLIC.DAYNAME_LONG_UDF(INPUT TIMESTAMP_TZ)
INPUT TIMESTAMP_TZ
INPUT
The date to take the dayname of.
Returns a varchar with the complete name of a day.
Input:
Output:
Last updated 1 year ago
SELECT PUBLIC.DAYNAME_LONG_UDF(DATE '2022-06-30');
'Thursday'