Description | The |
Syntax | CONCAT( |
Output | text |
Variables
text
: the text field to be combined into a single text value.
Example
CONCAT(Tags
) with Delimiter ', '
ID | Tags | CONCAT |
1 | Apple | Apple, Banana, Cherry, Apple |
2 | Banana | Apple, Banana, Cherry, Apple |
3 | Cherry | Apple, Banana, Cherry, Apple |
4 | Apple | Apple, Banana, Cherry, Apple |