SSC-EWI-OR0032
Parameter with the specified format is not supported.
Severity
Medium
Description
This error happens when a parameter in a function is not supported.
Example Code
Input Code:
SELECT TO_CHAR(DATE '1998-12-25', 'AM') FROM DUAL;
Output Code:
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-OR0032 - PARAMETER USED IN THE FUNCTION 'TO_CHAR' WITH FORMAT AM IS NOT SUPPORTED ***/!!!
TO_CHAR(DATE '1998-12-25', 'AM') FROM DUAL;
Recommendations
The function is converted to a user defined function(stub), so you can modify it to emulate the behavior of the parameter.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated