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' ); |
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |