DATEADD_UDF (DATE, FLOAT)
Definition
This user-defined function (UDF) is used in cases when there is an addition between a date and a type as float
or timestamp
.
Parameters
FIRST_PARAM
DATE
The date to be added with the number in the second parameter.
SECOND_PARAM
FLOAT
The float number that is going to be added with the first date parameter.
Returns
Returns the addition between the date and the float number specified.
Migration example
Input:
IN -> Oracle_01.sql
Output:
OUT -> Oracle_01.sql
Usage example
Input:
Output:
Last updated