SSC-EWI-TD0082
Translate function using the current encoding is not supported
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
!!!RESOLVE EWI!!! /*** SSC-EWI-TD0082 - TRANSLATE FUNCTION USING KANJISJIS_TO_LATIN ENCODING IS NOT SUPPORTED ***/!!!
Translate('abc' USING KANJISJIS_TO_LATIN);
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated