September 2000
Intermediate to advanced
418 pages
11h 5m
English
| NLS_LOWER |
NLS_LOWER(string[, 'NLS_SORT=sort']) |
Performs like LOWER, but uses the national character set.
sting
Specifies the input character string.
sort
Specifies the name of the linguistic sort sequence specifying capitalization rules for the language being used.
SQL> SELECT NLS_LOWER('MONEY','NLS_SORT=XFRENCH')
2 FROM dual;
NLS_L
-----
money
Read now
Unlock full access