Syntax: UPPER() : UPPER « Char Functions « Oracle PL / SQL






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

1.Simple demo for UPPER() function: convert string to upper case
2.UPPER(): convert chars to upper case