| 4D v15LEFT | ||||||||||||||
| 
 | 
    4D v15
 LEFT 
         | |||||||||||||
|  | ||
The LEFT function returns the leftmost part of the arithmetic_expression passed. The second arithmetic_expression indicates the number of leftmost characters to return as extracted from the first arithmetic_expression indicated.
This example returns the first names and first two letters of the last names from the PEOPLE table:
SELECT FirstName, LEFT(LastName, 2)
FROM PEOPLE;
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v15)
	
	
	
	
	
 Add a comment
Add a comment