Syntax: UPPER()
SQL> SQL> UPPER() converts them into uppercase. SQL> SQL> SQL> select UPPER('STRING') uppercase from dua; select UPPER('STRING') uppercase from dua * ERROR at line 1: ORA-00942: table or view does not exist SQL> SQL>