MSCEWI2064

Unicode BMP escape is not supported

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

Severity

Low

Description

Snowflake doesn't support Unicode BMP, so this message is shown when SnowConvert transforms Teradata Unicode Delimited Character Literal with Unicode BMP escape to snowflake.

Example code

Input Code:

SELECT U&'hola #+005132 mundo' UESCAPE '#';

Output Code:

SELECT
--** MSC-ERROR - MSCEWI2064 - UNICODE BMP IS NOT CURRENTLY SUPPORTED **
'hola \u+005132 mundo';

Recommendations

Last updated