| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 112 of 121
UPPER returns char, with all letters uppercase. The return value has the same datatype as the argument char.
SELECT UPPER('Large') "Uppercase" FROM DUAL; Upper ----- LARGE
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|