MSCEWI2066
The following identifier has one or more Unicode escape characters that are invalid in snowflake
Low
This message is shown when SnowConvert transforms a Teradata Unicode Delimited Identifier with invalid characters in Snowflake.
SELECT * FROM U&""#000f#ffff"" UESCAPE '#';
SELECT
* FROM
--** MSC-WARNING - MSCEWI2066 - THE FOLLOWING IDENTIFIER HAS ONE OR MORE UNICODE ESCAPE CHARACTERS THAT ARE INVALID IN SNOWFLAKE **
PUBLIC."\u000f\uffff";
- Use identifiers with valid Unicode characters in Snowflake.
- 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 9mo ago