Converts all characters in a string to uppercase. This function is identical to the UPPER function.
UCASE( string-expression )
string-expression The string to be converted to uppercase.
VARCHAR
NVARCHAR
LONG VARCHAR
LONG NVARCHAR
SQL/2003 Vendor extension.
The following statement returns the value CHOCOLATE.
SELECT UCASE( 'ChocoLate' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |