| Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
NLS_SORT specifies the collating sequence for ORDER BY queries.
BINARY, then the collating sequence for ORDER BY queries is based on the numeric value of characters (a binary sort that requires less system overhead).NLS_LANGUAGE parameter also support a linguistic sort with the same name.
You must use the NLS_SORT operator with comparison operations if you want the linguistic sort behavior.
See Also:
|