CAST_DATE UDF
Some parts in the output code are omitted for clarity reasons.
Description
This custom UDF is added to avoid runtime exceptions caused by format differences when casting strings to DATE
, inside procedures and functions.
Custom UDF overloads
CAST_DATE_UDF(datestr)
It creates a DATE
from a STRING
.
Parameters
DATESTR: A
STRING
that represents aDATE
with a specific format.
Oracle
IN -> Oracle_01.sql
Snowflake
OUT -> Oracle_01.sql
Known Issues
1. Oracle DATE contains TIMESTAMP
Related EWIs
SSC-FDM-OR0042: Date Type Transformed To Timestamp Has A Different Behavior
Last updated