SSC-EWI-TS0010
Common table expression in view not supported in Snowflake.
Severity
Description
Code Example
Input Code:
Create View viewName
as
with commonTableExpressionName (
columnName
) as
(
select
1
)
((select
1 as col2)
union
(
select
1 as col3
));Output Code:
Related EWI
Recommendations
Last updated
