Wednesday, 25 July 2007

LENGTH

Oracle string functions

The LENGTH functions returns the length of char. LENGTH calculates length using characters as defined by the input character set.

Example: length('abcdefghij') = 10

LENGTHB Returns the length of a string, expressed in bytes.

No comments: