mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update combinators.md
This commit is contained in:
parent
6c88912203
commit
59a3f4d835
@ -51,7 +51,7 @@ Converts an aggregate function for tables into an aggregate function for arrays
|
||||
|
||||
## -Distinct {#agg-functions-combinator-distinct}
|
||||
|
||||
Lets you select only unique values from the database.
|
||||
Every unique combination of arguments will be aggregated only once. Repeating values are ignored.
|
||||
Examples: `sum(DISTINCT x)`, `groupArray(DISTINCT x)`, `corrStableDistinct(DISTINCT x, y)` and so on.
|
||||
|
||||
## -OrDefault {#agg-functions-combinator-ordefault}
|
||||
|
Loading…
Reference in New Issue
Block a user