UPPER function
Description
Uppercase function. UPPER(str) converts the string str to uppercase.
Example
UPPER("Total") returns the string value "TOTAL"
Uppercase function. UPPER(str) converts the string str to uppercase.
UPPER("Total") returns the string value "TOTAL"