How to calculate length of a string in oracle

In Oracle, LENGTH function returns the length of the specified string.The syntax for the LENGTH function is:LENGTH( string )

For Example

SELECT LENGTH('SHAHEER') FROM DUAL

RESULT: 7



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