LENGTH Function

LENGTH
This will give length of the string.
Syntax: length (string)
Ex:
SQL> select length(‘computer’) from dual;

output 8

length in 1 SQL

Ex:
SQL> select length(‘this is My home.’) from dual;

output 16

length function in sql

Leave a Reply