MSCEWI3046

Alter Table syntax is not applicable in Snowflake.

triangle-exclamation

Severity

Medium

Description

The Alter Table syntax used is not applicable in Snowflake, then the code is commented out and this message is being added.

Example Code:

Input Code:

ALTER TABLE SOMENAME DEFAULT COLLATION SOMENAME;

ALTER TABLE SOMENAME ROW ARCHIVAL;

ALTER TABLE SOMENAME MODIFY CLUSTERING;

ALTER TABLE SOMENAME DROP CLUSTERING;

ALTER TABLE SOMENAME SHRINK SPACE COMPACT CASCADE;

Output Code:

Recommendations

Last updated