Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 62 of 121
NLS_UPPER
returns char, with all letters uppercase. The 'nlsparam' can have the same form and serve the same purpose as in the NLS_INITCAP
function.
SELECT NLS_UPPER ('große', 'NLS_SORT = XGerman') "Uppercase" FROM DUAL; Upper ----- GROSS
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|