Description
Concatenates a variable number of strings and returns them as one string.Syntax
CONCAT(string_expression1, string_expression2[…, string_expressionN])
Examples
CONCAT('username','@xyzmail.com') returns ‘username@xyzmail.com’
Join a variable number of string expressions into one combined string. Use CONCAT for building composite fields in Integrate.io ETL pipelines.
CONCAT(string_expression1, string_expression2[…, string_expressionN])
CONCAT('username','@xyzmail.com') returns ‘username@xyzmail.com’
Was this page helpful?