CAST_DATE UDF
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
Snowflake
Known Issues
1. Oracle DATE contains TIMESTAMP
Related EWIs
Last updated