MSCEWI3019
Snowflake does not support using NChar_CS statement.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
Snowflake does not support USING NCHAR_CS statement, it is removed in the converted code.
Example Code
Input Code:
SELECT CHR(20 USING NCHAR_CS) FROM DUAL;
Output Code:
SELECT
CHR(20) /*** MSC-WARNING - MSCEWI3019 - SNOWFLAKE DOES NOT SUPPORT USING NCHAR_CS STATEMENT ***/
FROM DUAL;
Recommendations
No additional user actions are required.
If you need more support, you can email us at [email protected]
Last updated