Converts all characters in a string to lower case.
LOWER ( string-expression )
string-expression The string to be converted.
The following statement returns the value lower case.
SELECT LOWER( 'LOWER CasE' ) FROM iq_dummy
SQL/92 SQL/92 compatible.
Sybase Compatible with Adaptive Server Enterprise.
“LCASE function [String]”
“UCASE function [String]”
“UPPER function [String]”