SSC-EWI-OR0004
The used syntax in select is not supported in Snowflake.
Description
This warning happens when a clause in a select is not supported in Snowflake. The not supported clauses are:
CONTAINERS
HIERARCHIES
EXTERNAL MODIFY
SHARDS
Example Code
Input Code:
SELECT * FROM TABLE1 EXTERNAL MODIFY (LOCATION 'file.csv' REJECT LIMIT UNLIMITED);Output Code:
Recommendations
No additional user actions are required.
If you need more support, you can email us at [email protected]
Last updated
