Returns a string equal to that in string_exp with all uppercase characters converted to lowercase.
Example:
SELECT LCASE('ABCDEFG') returns abcdefg