Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
CONCAT

CONCAT  


 

 

Command CONCATCONCAT (arithmetic_expression, arithmetic_expression)

The CONCAT function returns the two arithmetic_expression type arguments passed as a single concatenated string.

Example  

This example will return the first name and last name as a single string:

SELECT CONCAT(CONCAT(PEOPLE.FirstName,' '), PEOPLE.LastName) FROM PERSONS;



Siehe auch 

CONCATENATE

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20)