LENGTH#

Functionality:#

This Oracle function will return a number that indicates the length of the string passed

Parameters: #

STRING The string to be examined

Returns: #

Number

Errors: #

None

Example:#

length('ABC') will return 3


Notes #

Click to create a new notes page