Exasol 6.2 is no longer supported, and this documentation is no longer maintained or updated.
This function converts the specified string into upper case letters.
upper::=
UPPER is an alias for UCASE.
SELECT UPPER('AbCdEf') UPPER;