4D v19CHAR_LENGTH | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
CHAR_LENGTH 
                                
                                
        
 | 
                |||||||||||||
| 
                     | 
		||
The CHAR_LENGTH function returns the number of characters in the arithmetic_expression.
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
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v19)
	
	
Add a comment