Converts all the letters in a text string into lower-case.
Syntax:
LOWER(text)
Example:
LOWER("Big Ben")
returns the text string "big ben".
"big ben"