INTERVAL_MULTIPLY_UDF
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Definition
User-defined function (UDF) for the INTERVAL_MULTIPLY function.
Parameters
INPUT_PART
VARCHAR
The value of the multiplication e.g. 'YEAR TO MONTH'.
INPUT_VALUE
VARCHAR
The interval that is multiplicated to.
INPUT_MULT
INTEGER
The numeric expression to be multiplied.
Returns
The result of an expression is a multiplication between an interval and a numeric expression.
Migration example
Input:
Output:
Last updated