4D v13.4

CONCAT

Home

 
4D v13.4
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;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
INDEX

Alphabetical list of commands

 
SEE ALSO 

CONCATENATE