SSC-FDM-0011

Column Name Is Snowflake Reserved Keyword.

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 Documentation

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

Thank you for your understanding.

This FDM is deprecated, please refer to SSC-EWI-0045 documentation.

Description

Column names that are valid for the source language but are reserved keywords in Snowflake.

Example Code

Input Code (Oracle):

CREATE TABLE T1
(
    LOCALTIME VARCHAR,
    CURRENT_USER VARCHAR
);

Output Code:

Recommendations

  • Consider renaming the columns that use names that are not supported in Snowflake.

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

Last updated