Update deltasum.md

remove aggregate from deltasum.
This commit is contained in:
Roman Bug 2021-03-23 11:07:18 +03:00 committed by GitHub
parent 2248001079
commit 58599ba220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ toc_priority: 141
# deltaSum {#agg_functions-deltasum}
Sums the arithmetic difference between consecutive rows. If the difference is negative, it is ignored. Function is implemented as an aggregate function.
Sums the arithmetic difference between consecutive rows. If the difference is negative, it is ignored.
**Syntax**
@ -66,4 +66,4 @@ Result:
## See Also {#see-also}
- [runningDifference](../../functions/other-functions.md#other_functions-runningdifference)
- [runningDifference](../../functions/other-functions.md#other_functions-runningdifference)