Returns the input string converted to lowercase.
LOWER(input_string)
input_string
LOWER("Hello World")
Result: hello world
hello world