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