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.
CHAR
NCHAR
LONG VARCHAR
VARCHAR
NVARCHAR
The LCASE function is identical to the LOWER function.
SQL/2003 Core feature.
The following statement returns the value chocolate.
SELECT LOWER( 'chOCOLate' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |