| 4D v18LTRIM | ||||||||||||||
| 
 | 
    4D v18
 LTRIM 
         | |||||||||||||
|  | ||
The LTRIM function removes any empty spaces from the beginning of the arithmetic_expression. The optional second arithmetic_expression can be used to indicate specific characters to be removed from the beginningof the first arithmetic_expression.
This example simply removes any empty spaces from the beginning of product names:
SELECT LTRIM(Name)
FROM PRODUCTS;
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v18)
	
	
 Add a comment
Add a comment