SSC-FDM-RS0004
It is possible that the date is wrong and Snowflake does not accept wrong dates
Description
Code Example
Input Code:
SELECT TO_DATE('20010631', 'YYYYMMDD', FALSE);Output Code:
SELECT
TRY_TO_DATE(/*** SSC-FDM-RS0004 - INVALID DATES WILL CAUSE ERRORS IN SNOWFLAKE ***/ '20010631', 'YYYYMMDD');Recommendations
Last updated
