DAY_OF_WEEK_LONG_UDF

Definition

User-defined function (UDF) that allows getting the complete day name given a timestamp.

PUBLIC.DAY_OF_WEEK_LONG_UDF(INPUT_DATE TIMESTAMP)

Parameters

INPUT_DATE TIMESTAMP

The date as timestamp to be processed as a complete day name.

Returns

The day name (in English).