LOWER (convert text to lowercase)

<< Click to Display Table of Contents >>

LOWER (convert text to lowercase)

Syntax:

LOWER(Text string)

Description:

This converts all characters in a text string to lowercase letters.

Example:

LOWER("PlanMaker") returns planmaker

See also:

UPPER, PROPER