SSC-EWI-TD0066
The following identifier has one or more Unicode escape characters that are invalid in snowflake
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:
// SnowConvert Helpers Code section is omitted.
SELECT
* FROM
!!!RESOLVE EWI!!! /*** SSC-EWI-TD0066 - THE FOLLOWING IDENTIFIER HAS ONE OR MORE UNICODE ESCAPE CHARACTERS THAT ARE INVALID IN SNOWFLAKE ***/!!!
"\u000f\uffff";
Recommendations
Use identifiers with valid Unicode characters in Snowflake.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated