Syntax: UPPER() : UPPER « Char Functions « Oracle PL / SQL
- Oracle PL / SQL
- Char Functions
- UPPER
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>
Related examples in the same category