Length

<< Click to Display Table of Contents >>

Navigation:  Apollo SQL > String Functions >

Length

Returns the number of characters actually used in a string.

Syntax:

Length( Col_Name: String ): Integer

 

Col_Name is a string-type expression..

Example:

SELECT * FROM test WHERE Length( LAST ) > 10