Skip to main content

LOWER() and UPPER() Functions

Definition The UPPER() function converts a string to upper-case.  The LOWER() function converts a string to lower- case.   Syntax UPPER(text)  where text is required and is the string to convert. LOWE

Updated over 2 weeks ago

Definition

The UPPER() function converts a string to upper-case. The LOWER() function converts a string to lower- case.

Syntax

UPPER(text)

where text is required and is the string to convert.

LOWER(text)

where text is required and is the string to convert.

Example(s)

What to use in Custom SQL field:

  • UPPER([Employee: First Name])

  • LOWER([Employee: First Name])

Field Outputs:

mceclip0.png

Did this answer your question?