LOWER

Name

LOWER -- 

Synopsis

LOWER(text)

Description

LOWER returns a lower-case version of the string in @text.

Examples

LOWER("J. F. Kennedy") equals "j. f. kennedy".

See also

UPPER.