MONTH_NAME_LONG_UDF
Definition
User-defined function (UDF) that allows getting the complete month name given a timestamp.
PUBLIC.MONTH_NAME_LONG_UDF(INPUT_DATE TIMESTAMP)
Parameters
INPUT
DATE
The date as timestamp to be processed as a complete month name.
Returns
The month name (in English).
Last updated