DIFF
Syntax
DIFF(<number>;<number>)
Description
Returns the difference of the numbers. (First argument value must not be null.)
Examples
Column1 | Column2 | DIFF() returns |
---|---|---|
5 | 2 | 3 |
2 | 5 | -3 |
10.5 | 7 | 3.5 |
DIFF(<number>;<number>)
Returns the difference of the numbers. (First argument value must not be null.)
Column1 | Column2 | DIFF() returns |
---|---|---|
5 | 2 | 3 |
2 | 5 | -3 |
10.5 | 7 | 3.5 |