MSCEWI2066

The following identifier has one or more Unicode escape characters that are invalid in snowflake

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Low

Description

This message is shown when SnowConvert transforms a Teradata Unicode Delimited Identifier with invalid characters in Snowflake.

Example code

Input Code:

SELECT * FROM U&""#000f#ffff"" UESCAPE '#';

Output Code:

SELECT
* FROM
--** MSC-WARNING - MSCEWI2066 - THE FOLLOWING IDENTIFIER HAS ONE OR MORE UNICODE ESCAPE CHARACTERS THAT ARE INVALID IN SNOWFLAKE **
PUBLIC."\u000f\uffff";

Recommendations

Last updated