mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +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}
|
## -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.
|
Examples: `sum(DISTINCT x)`, `groupArray(DISTINCT x)`, `corrStableDistinct(DISTINCT x, y)` and so on.
|
||||||
|
|
||||||
## -OrDefault {#agg-functions-combinator-ordefault}
|
## -OrDefault {#agg-functions-combinator-ordefault}
|
||||||
|
Loading…
Reference in New Issue
Block a user