4D v19LENGTH | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
LENGTH 
                                
                                
        
 | 
                |||||||||||||
| 
                     | 
		||
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 PRODUCTS
WHERE Weight < 15.00
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden