DEFAULT ON CONVERSION ERROR is not supported.
Last updated 1 year ago
This FDM is deprecated, please refer to documentation
Default on conversion error not supported in Snowflake
SELECT TO_NUMBER('2,00' DEFAULT 0 ON CONVERSION ERROR) "Value" FROM DUAL;
SELECT --** SSC-FDM-OR0027 - DEFAULT ON CONVERSION ERROR NOT SUPPORTED IN SNOWFLAKE IN SNOWFLAKE ** TO_NUMBER('2,00') "Value" FROM DUAL;
You might create UDF to emulate the behavior of DEFAULT value ON CONVERSION ERROR.
DEFAULT
ON CONVERSION ERROR
If you need more support, you can email us at