4D v19CONCAT | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
CONCAT 
                                
                                
        
 | 
                |||||||||||||
| 
                     | 
		||
The CONCAT function returns the two arithmetic_expression type arguments passed as a single concatenated string.
This example will return the first name and last name as a single string:
SELECT CONCAT(CONCAT(PEOPLE.FirstName,' '), PEOPLE.LastName) FROM PERSONS;
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden