DATEADD_UDF
Some parts of the output code are omitted for clarity reasons.
Definition
Helper function that adds two different dates
Parameters
FIRST_DATE
DATE
The first date value that is to be added.
SECOND_DATE
DATE
The second date value is to be added along with first_date.
Returns
A date resulting from the addition of the two parameters.
Example
Input:
IN -> Teradata_01.sql
Output:
OUT -> Teradata_01.sql
Last updated