PLUS

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 typeColumn1Column2Returns
number123
stringTheBestTheBest
date11:12:541000011:14:34
list[1, 2][3,4][1,2,3,4]