UPPER
Returns the input expression with all the characters converted to uppercase.
Syntax
UPPER(expression varchar) → varchar
expression: String to convert to uppercase.
Examples
UPPER example
UPPER example
Usage Notes
UPPER
is a synonym for UCASE
.
Last updated