INITCAP « Char Functions « Oracle PL / SQL






1.Initcap: changes the first (initial) letter of a word (string) or series of words into uppercase
2.INITCAP() returns the character string passed into it with the first letter of each word capitalized
3.Simple demo for INITAP: sets the first character in each word to uppercase and the rest to lowercase
4.INITCAP: capital the first letter in a word
5.select initcap('THESE WORDS will be INITcapped')
6.select initcap( table_name ) from user_tables
7.INITCAP a sentence