Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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]
  • No labels