Converts all characters in a string to upper case.
UCASE ( string-expression )
string-expression The string to be converted to upper case.
The following statement returns the value CHOCOLATE.
SELECT UCASE( 'ChocoLate' ) FROM iq_dummy
Sybase UCASE is not supported by Adaptive Server Enterprise, but UPPER provides the same feature in a compatible manner.