Friday 1 April 2016

SQL Length

This will give length of the string.

     Syntax: length (string)

     Ex:
          SQL> select length('computer') from dual;

LENGTH
-----------

       8

No comments:

Post a Comment