TD_YEAR_BEGIN_UDF

Definition

User-defined function (UDF) that reproduces the functionality of TD_YEAR_BEGIN or TD_YEAR_BEGIN( DATE, 'COMPATIBLE').

PUBLIC.TD_YEAR_BEGIN_UDF(INPUT DATE)

Parameters

INPUT DATE

The date to get the first day of the year.

Returns

The first day of the year.

Usage example

Input:

Output:

Last updated