Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

PLUS(<any>;<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.

...

Data typeColumn1Column2Returns
number123
stringTheBestTheBest
date11:12:541000011:14:34
list[1, 2][3,4][1,2,3,4]