Update aggregatefunction.md

This commit is contained in:
alexey-milovidov 2018-10-11 22:35:54 +03:00 committed by GitHub
parent 2a657b0882
commit 3b5466c2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ In the results of `SELECT` query the values of `AggregateFunction` type have im
### Data Selection
When selecting data from `AggregatingMergeTree` table, use `GROUP BY` clause and the same aggregate functions as when inserting data, but using `-Merge`suffix.
When selecting data from `AggregatingMergeTree` table, use `GROUP BY` clause and the same aggregate functions as when inserting data, but using `-Merge`suffix.
An aggregate function with `-Merge` suffix takes a set of states, combines them, and returns the result of complete data aggregation.