CONCAT (exp1, exp2… expN)

Returns a string containing the string result of concatenating exp1 through expN. Parameters must be
expressions or fields representing a string or number. A NULL value will be treated as an empty string. You can also do string concatenation with +.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.