CONCAT SQL Function

Previous Next

The CONCAT() SQL function is convertible to all platforms. This function takes 2 string arguments:

CONCAT( string, string )

 

 

collapseDouble pipe ( || ) operator: convertible
collapsePlus ( + ) operator: NOT convertible

 

 

See also

SQL Functions