INITCAP a sentence : INITCAP « Char Functions « Oracle PL / SQL






INITCAP a sentence

 
SQL> SELECT INITCAP('this TEXT hAd UNpredictABLE caSE') FROM DUAL;

INITCAP('THISTEXTHADUNPREDICTABL
--------------------------------
This Text Had Unpredictable Case

SQL>

 








Related examples in the same category

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