Syntax
PLUS(<any>;<any>;...)
PLUS() doesn't accept the Boolean field type.
Description
Adds its arguments (or concatenates string values). Arguments must be of the same type. Supports more than 255 arguments.
Examples
Data type | Column1 | Column2 | Returns |
---|
number | 1 | 2 | 3 |
string | The | Best | TheBest |
date | 11:12:54 | 10000 | 11:14:34 |
list | [1, 2] | [3,4] | [1,2,3,4] |