Converts the string to a lowercase format.
LOWER(<string>)
<string>
SELECT LOWER('ABCD');
Returns: abcd
abcd