SSC-FDM-TD0011
Unicode BMP escape is not supported.
Description
Example code
Input Code:
SELECT U&'hola #+005132 mundo' UESCAPE '#';Output Code:
SELECT
--** SSC-FDM-TD0011 - UNICODE BMP IS NOT SUPPORTED IN SNOWFLAKE **
'hola \u+005132 mundo';Recommendations
Last updated
