select initcap('THESE WORDS will be INITcapped')
SQL> SQL> select initcap('THESE WORDS will be INITcapped') 2 from dual; INITCAP('THESEWORDSWILLBEINITC ------------------------------ These Words Will Be Initcapped 1 row selected. SQL> SQL> --