SSC-EWI-0040
Statement Not Supported.
Severity
Low
Description
This warning is added when there is a statement that is not supported in SnowFlake.
Example Code
In the following example, the PERCENT
clause from SQL Server is used on the SELECT query, this is not supported by Snowflake.
Input Code (SQL Server):
Source Code:
Recommendations
Review the original functionality of the statement and check if it is actually needed for your specific needs in Snowflake.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated