LOWER (convert text to lower case)

<< Click to Display Table of Contents >>

LOWER (convert text to lower case)

Syntax:

LOWER(Text)

Description:

Converts all characters in a text string to lower case letters.

Example:

LOWER("PlanMaker") returns planmaker

See also:

UPPER, PROPER