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