The concat() function

This function concatenates the received string arguments.

concat(str_1,  
 str_2,  
 ...); 
 str_1;
 str_2;
str_1 ... str_n

The string arguments to be concatenated.