How to convert a String first character in uppercase in oracle

In Oracle INITCAP function sets the first character in each word to uppercase and the rest to lowercase. The syntax for the INITCAP function is: INITCAP(string).

For Example

SELECT INITCAP('SHAHEER') FROM DUAL;

Result: Shaheer

Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad