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