mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Second
This commit is contained in:
parent
90159ea2e9
commit
11039f1d17
@ -52,7 +52,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.
|
Lets you select only unique values from the database.
|
||||||
Examples: `sum(DISTINCT x)`, `groupArray(DISTINCT x)`, `corrStableDistinct(DISTINCT x, y)` и т.п.
|
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