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:
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
Recommendations
NLSSORT is converted to a user-defined function (UDF/Stub), so you can modify it to emulate the functionality.
Last updated