INTERVAL_ADD_UDF
Definition
UDFs for the subtraction when one of its values is an interval and the other is a single access which is a reference to a column of type interval.
Parameters
INPUT_VALUE1
VARCHAR
The value to be processed.
INPUT_PART1
VARCHAR
The time type, e.g. 'HOUR
'.
INPUT_VALUE2
VARCHAR
The column reference name, e.g. 'INTERVAL_HOUR_TYPE
'
INPUT_PART2
VARCHAR
The type of the column referenced.
OP
CHAR
The sign that is being evaluated.
OUTPUT_PART
VARCHAR
The output type.
Returns
A varchar
resulting from the subtraction of the intervals.
Migration example
Input:
IN -> Teradata_01.sql
Output:
OUT -> Teradata_01.sql
Last updated