SSC-EWI-0031
Function not supported.
Severity
Medium
Description
This warning is used to report that a specific built-in function of Teradata, Oracle, or SQL Server is not supported.
Example Code
Input Code (Oracle):
SELECT VALUE(ST) FROM SampleTable ST;
Output Code:
// SnowConvert Helpers Code section is omitted.
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-0031 - VALUE FUNCTION NOT SUPPORTED ***/!!!
VALUE(ST) FROM
SampleTable ST;
Recommendations
Please refer to the following links to check the current transformation of the specific function you are trying to convert:
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated