MSCEWI2081
Translate function TO_UNICODE encoding is not required
Low
The usage of the Translate function using someEncoding_TO_UNICODE argument is not relevant in Snowflake since its default encoding is UTF-8. The function is removed during the translation.
SELECT Translate('abc' USING LATIN_TO_UNICODE);
SELECT
'abc' /*** MSC-WARNING - MSCEWI2081 - TRANSLATE FUNCTION TO_UNICODE ENCODING IS NOT REQUIRED ***/;
- 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