SSC-EWI-OR0014
NLSSORT not supported.
Severity
Medium
Description
NLSSORT function is not currently supported in the body of a select.
Example Code
Input Code:
SELECT NLSSORT(name, 'NLS_SORT = ENGLISH') FROM products;
Output Code:
// SnowConvert Helpers Code section is omitted.
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-OR0014 - FUNCTION NLSSORT IS NOT SUPPORTED ***/!!!
NLSSORT(name, 'NLS_SORT = ENGLISH') FROM
products;
Recommendations
NLSSORT is converted to a user-defined function (UDF/Stub), so you can modify it to emulate the functionality.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated