This commit is contained in:
dfenelonov 2020-11-24 04:26:25 +03:00
parent 90159ea2e9
commit 11039f1d17

View File

@ -52,7 +52,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.
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}