Syntax

LOWER(Text)

Text (required) – This is the text string you want to turn into all lower case letters.

Example

In this example we convert some uppercase text into lower case.

LOWER function - 72