ASA SQL Reference
SQL Functions
Alphabetical list of functions
Converts all characters in a string to upper case.
UPPER ( string-expression )
string-expression The string to be converted to upper case.
SQL/92 This function is SQL/92 compatible.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value CHOCOLATE.
SELECT UPPER( 'ChocoLate' )