SSC-EWI-TS0010
Common table expression in view not supported in Snowflake.
Some parts in the output code are omitted for clarity reasons.
Severity
High
Description
This error is added when an invalid CTE is inside a view since views are materialized representations of queries, which means that they only define how data is retrieved and presented, not how it is manipulated.
Code Example
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Related EWI
SSC-EWI-0021: Not supported.
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated