MSCEWI2010
UPPERCASE not supported.
Low
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 ***/
)
- 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.
Last modified 1yr ago