Converts all characters in a string to lowercase. This function is identical the LCASE function.
LOWER( string-expression )
string-expression The string to be converted.
The LCASE function is identical to the LOWER function.
SQL/2003 Core feature.
The following statement returns the value chocolate.
SELECT LOWER( 'chOCOLate' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |