CONCAT
Concatenates all inputs into a string
Last updated
Was this helpful?
Concatenates all inputs into a string
CONCAT( text_1, [text_2...] )
Returns a string created by concatenating all inputs
Input
Description
text_1
String to concatenate
text_2...
Optional: additional strings to concatenate
Outputs concatenated strings of text inputs
CONCAT( "Di", "ana", " Fire" )
>> "Diana Fire"Last updated
Was this helpful?
Was this helpful?