4D v16

CHAR_LENGTH

Home

 
4D v16
CHAR_LENGTH

CHAR_LENGTH  


 

 

Command CHAR_LENGTHCHAR_LENGTH (arithmetic_expression)

The CHAR_LENGTH function returns the number of characters in the arithmetic_expression.

Example  

This example returns the number of characters in the name of products where the weight is less than 15 lbs.

SELECT CHAR_LENGTH (Name)
FROM PRODUCTS
WHERE Weight < 15.00



Siehe auch 

LENGTH

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v16)