Links

MSCEWI2010

UPPERCASE not supported.

Severity

Low

Description

UPPERCASE column attribute is not supported in Snowflake.

Code Example

Input Code:

CREATE TABLE T_2010
(
col1 VARCHAR(1) UPPERCASE
);

Output Code:

CREATE TABLE T_2010
(
col1 VARCHAR(1) /*** MSC-WARNING - MSCEWI2010 - UPPERCASE NOT SUPPORTED ***/
)

Recommendations

  • No additional user actions are required.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.