LOWER(text)
LOWER returns a lower-case version of the string in @text.
LOWER("J. F. Kennedy") equals "j. f. kennedy".
UPPER.