concat
function
Applies to: Databricks SQL
Databricks Runtime
Returns the concatenation of the arguments.
Returns
The result type matches the argument types.
There must be at least one argument. This function is a synonym for || (pipe pipe sign) operator.