| Oracle® OLAP Expression Syntax Reference Release 11.2 E23381-01 | 
 | 
| 
 | PDF · Mobi · ePub | 
UPPER converts all alphabetic characters in a text expression to uppercase. The data type of the return value is the same as the original text.
CHAR | NCHAR | VARCHAR2 | NVARCHAR2
UPPER(char)
char can be any text expression.
UPPER('This is an emergency') returns the string THIS IS AN EMERGENCY.