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