LENGTH
This will give length of the string.
Syntax: length (string)
Ex:
SQL> select length(‘computer’) from dual;
output 8
Ex:
SQL> select length(‘this is My home.’) from dual;
output 16
LENGTH
This will give length of the string.
Syntax: length (string)
Ex:
SQL> select length(‘computer’) from dual;
output 8
Ex:
SQL> select length(‘this is My home.’) from dual;
output 16