Converts all characters in a string to upper case.
UPPER ( string-expression )
string-expression The string to be converted to upper case.
The following statement returns the value CHOCOLATE.
SELECT UPPER( 'ChocoLate' ) FROM iq_dummy
SQL/92 This function is SQL/92 compatible.
Sybase Compatible with Adaptive Server Enterprise.
“UCASE function [String]”
“LCASE function [String]”
“LOWER function [String]”