How to convert a string from uppercase to lowercase in oracle

In Oracle, LOWER function converts all letters in the specified string to lowercase.
The syntax for the LOWER function is: LOWER(string).
For Example
SELECT LOWER('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