UPPER( ) Function

Example   See Also

Returns the specified character expression in uppercase.

Syntax

UPPER(cExpression)

Returns

Character

Arguments

cExpression

Specifies the character expression UPPER( ) converts to uppercase.

Remarks

Each lowercase letter (a – z) in the character expression is converted to uppercase (A – Z) in the returned string. All other characters remain unchanged.