mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update deltasum.md
remove aggregate from deltasum.
This commit is contained in:
parent
2248001079
commit
58599ba220
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user