How might I go about creating a CONCAT function wi...
# general
n
How might I go about creating a CONCAT function with more than 2 characters?
s
Use pipes. {field} || {field2} || {field3}
n
Thanks Sam!