MSCEWI2082
Translate function using the current encoding is not supported
Medium
The usage of the Translate function using the current encoding arguments is not supported in Snowflake. The function is commented out during translation.
SELECT Translate('abc' USING KANJISJIS_TO_LATIN);
SELECT
-- ** MSC-ERROR - MSCEWI2082 - TRANSLATE FUNCTION USING KANJISJIS_TO_LATIN ENCODING IS NOT SUPPORTED **
--Translate('abc' USING KANJISJIS_TO_LATIN)
;
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1mo ago