DATE_TO_RR_FORMAT_UDF
Definition
This user-defined function (UDF) transforms from date to oracle RR datetime format date
Parameters
INPUT_DATE
DATE
The date to transform.
Returns
The input date with years adjusted to RR format.
Migration example
Input:
IN -> Oracle_01.sql
Output:
OUT -> Oracle_01.sql
Usage example
Input:
Output:
Last updated