SSC-EWI-TD0010

UPPERCASE not supported by Snowflake.

circle-info

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentationarrow-up-right

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected]envelope.

Thank you for your understanding.

Severity

Low

Description

The UPPERCASE column attribute is not supported in Snowflake.

Example Code

Teradata:

IN -> Teradata_01.sql
CREATE TABLE T_2010
(
    col1 VARCHAR(1) UPPERCASE
);

Snowflake Scripting:

Recommendations

  • Since the UPPERCASE clause indicates that characters typed as 'aaa' are stored as 'AAA', a possible workaround can be adding to all the insert references the UPPERarrow-up-right function. However, external data loading by ETL processes would also have to be modified.

  • If you need more support, you can email us at [email protected]envelope

Last updated