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.
The UCASE function is similar to the UPPER function.
SQL/2003 Vendor extension.
The following statement returns the value CHOCOLATE.
SELECT UPPER( 'ChocoLate' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |