September 2000
Intermediate to advanced
418 pages
11h 5m
English
| NLS_UPPER |
NLS_UPPER(string[, 'NLS_SORT=sort']) |
Performs like UPPER, but uses the national character set.
string
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_UPPER('money','NLS_SORT=XFRENCH')
2 FROM dual;
NLS_L
-----
MONEY
Read now
Unlock full access