Converts all characters in a string to lower case.
LCASE ( string-expression )
string-expression The string to be converted to lower case.
The following statement returns the value lower case.
SELECT LCASE( 'LOWER CasE' ) FROM iq_dummy
Sybase LCASE is not supported in Adaptive Server Enterprise; you can use LOWER to get the same functionality.