This function converts the specified string into uppercase letters.
upper::=
UPPER is an alias for UCASE.
UPPER
SELECT UPPER('AbCdEf') UPPER;