MSCEWI2064

Unicode BMP escape is not supported

triangle-exclamation

Severity

Low

Description

Snowflake doesn't support Unicode BMP, so this message is shown when SnowConvert transforms Teradata Unicode Delimited Character Literalarrow-up-right 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