Skip to main content

PLUS

Calculates the sum of two numeric or decimal values.

Syntax

PLUS(<number1>, <number2>)

Aliases

Examples

SELECT ADD(1, 2.3), PLUS(1, 2.3);

┌───────────────────────────────┐
add(1, 2.3) │ plus(1, 2.3)
├───────────────┼───────────────┤
3.33.3
└───────────────────────────────┘
Did this page help you?
Yes
No
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today