Quick Search:
 
 The Oracle NLS_UPPER Function      [Return To Index] Jump to:  

Term: NLS_UPPER

Definition:
The Oracle NLS_UPPER function returns a string with each letter converted to uppercase in the National Language character set. This function works identically to the Oracle UPPER, but with National Language Support (NLS).

Example Syntax:

NLS_UPPER(<string_or_column>);


Example Usage:

SELECT NLS_UPPER('John Smith', 'NLS_SORT = XDanish')
FROM DUAL;



Related Links:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org