Products Downloads


French version


 

 

Syntax

CONCAT(Argument)

 

Description

The concatenation SQL scalar function combines two strings. The result of the expression is a string.

 

Example

Concatenate the column FIRSTNME with the column LASTNAME.

 

CONCAT(FIRSTNME, LASTNAME)

 

List of SQL scalar functions by topic

 

↑ Top of page


  • Aucune étiquette