MSCEWI2064
Unicode BMP escape is not supported
Low
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.
SELECT U&'hola #+005132 mundo' UESCAPE '#';
SELECT
--** MSC-ERROR - MSCEWI2064 - UNICODE BMP IS NOT CURRENTLY SUPPORTED **
'hola \u+005132 mundo';
- Check if exists an Unicode equivalent.
- 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 10mo ago