SSC-EWI-TD0082

Translate function using the current encoding is not supported

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

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:

IN -> Teradata_01.sql
SELECT Translate('abc' USING KANJISJIS_TO_LATIN);

Output Code

OUT -> Teradata_01.sql
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-TD0082 - TRANSLATE FUNCTION USING KANJISJIS_TO_LATIN ENCODING IS NOT SUPPORTED ***/!!!
Translate('abc' USING KANJISJIS_TO_LATIN);

Recommendations

Last updated