SSC-EWI-0031

Function not supported.

Some parts in the output code are omitted for clarity reasons.

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):

IN -> Oracle_01.sql
SELECT VALUE(ST) FROM SampleTable ST;

Output Code:

OUT -> Oracle_01.sql
// 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