INITCAP function is used to show the first character in every word in uppercase and rest in lowercase.
Synatx:-
SELECT INITCAP('STATEMENT');
Example:-
SELECT INITCAP('this is chanchal wankhade.') initcap_func;
--> This Is Chanchal Wankhade.
SELECT INITCAP('THIS IS CHANCHAL WANKHADE.') initcap_func;
--> This Is Chanchal Wankhade.
Read Also:- INITCAP function in Oracle
Synatx:-
SELECT INITCAP('STATEMENT');
Example:-
SELECT INITCAP('this is chanchal wankhade.') initcap_func;
--> This Is Chanchal Wankhade.
SELECT INITCAP('THIS IS CHANCHAL WANKHADE.') initcap_func;
--> This Is Chanchal Wankhade.
Read Also:- INITCAP function in Oracle
No comments:
Post a Comment