This function converts the specified string into lowercase letters.
lcase::=
LCASE is an alias for LOWER.
LCASE
SELECT LCASE('AbCdEf') LCASE;