MSCEWI3004

The used syntax in select is not supported in Snowflake.

triangle-exclamation

Severity

High

Description

This error happens when a clause in a select is not supported in Snowflake. The not supported clauses are:

  • CONTAINERS

  • SUBQUERY RESTRICTION

  • HIERARCHIES

  • MODIFIED EXTERNAL

  • DBLINK

  • SHARDS

  • PARTITION

  • SUBPARTITION

  • HIERARCHICAL

Example Code

Input Code:

Output Code:

Recommendations

Last updated