Home
The LENGTH function returns the number of characters in the arithmetic_expression.
This example returns the number of characters in the name of products that weigh less than 15 lbs.
SELECT LENGTH (Name)FROM PRODUCTSWHERE Weight < 15.00
Product: 4D Theme: Functions
CHAR_LENGTH
4D SQL Reference ( 4D v11 SQL Release 4 ) 4D SQL Reference ( 4D v14) 4D SQL Reference ( 4D v12.1) 4D SQL Reference ( 4D v13.4) 4D SQL Reference ( 4D v14 R2) 4D SQL Reference ( 4D v14 R3) 4D SQL Reference ( 4D v14 R4)