Converts all characters in a string to uppercase. This function is identical the UPPER function.
UCASE( string-expression )
string-expression The string to be converted to uppercase.
The UCASE function is similar to the UPPER function.
SQL/2003 Vendor extension.
The following statement returns the value CHOCOLATE.
SELECT UCASE( 'ChocoLate' );