Friday 1 April 2016

SQL Initcap

This will capitalize the initial letter of the string.

     Syntax: initcap (string)

     Ex:
          SQL> select initcap('computer') from dual;

INITCAP
-----------
Computer

No comments:

Post a Comment