ADD
Description
The addition operator computes the sum of two values.
The addition operator can be applied to INT or FLOAT columns or constants. The resulting column is of type INT if both input columns or constants are of type INT. In all other cases, the resulting column is of type FLOAT.
Syntax
ADD ( table.column1 , table.column2 )
table.column1 + table.column2
NULL handling
If one of the input values is NULL, the result is NULL as well.
Examples
[1] | ||||||||||||||
| ||||||||||||||
|
[2] | ||||||||||||||
| ||||||||||||||
|
[3] | ||||||||||||||
| ||||||||||||||
|
[4] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
|