UPPER Function

Converts the case of a character string to uppercase.

See: LOWER Function

Syntax

UPPER (sql-expression)

Required Argument

sql-expression

must be a character string and is described in sql-expression.

Details

The UPPER function operates on character strings. UPPER converts the case of its argument to all uppercase.