LOWER(text)

The LOWER function converts text to lower case.

For example,

LOWER("SALES REPORT")

returns "sales report".

See also:

Other text functions