This is a deprecated version of the SnowConvert documentation, please visit the official site .
UPPERCASE column attribute is not supported in Snowflake.
CREATE TABLE T_2010
(
col1 VARCHAR(1) UPPERCASE
);
CREATE TABLE T_2010
(
col1 VARCHAR(1) /*** MSC-WARNING - MSCEWI2010 - UPPERCASE NOT SUPPORTED ***/
)