MSCEWI2082

Translate function using the current encoding is not supported

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

Severity

Medium

Description

The usage of the Translate function using the current encoding arguments is not supported in Snowflake. The function is commented out during translation.

Example code

Input code

SELECT Translate('abc' USING KANJISJIS_TO_LATIN);

Output code

SELECT
-- ** MSC-ERROR - MSCEWI2082 - TRANSLATE FUNCTION USING KANJISJIS_TO_LATIN ENCODING IS NOT SUPPORTED **
--Translate('abc' USING KANJISJIS_TO_LATIN)
                                         ;

Recommendations

Last updated