INTERVAL_DIVIDE_UDF
Definition
User-defined function (UDF) for the INTERVAL_DIVIDE function.
Parameters
INPUT_PART
VARCHAR
The value of the division e.g. 'YEAR TO MONTH'.
INPUT_VALUE
VARCHAR
The interval that is divided to.
INPUT_DIV
INTEGER
The numeric expression to be divided.
Returns
The result of an expression is a division between an interval and a numeric expression.
Migration example
Input:
IN -> Teradata_01.sql
Output:
OUT -> Teradata_01.sql
Last updated