Skip to content

Commit

Permalink
Update reference/function/aggregation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Pechkurov <[email protected]>
  • Loading branch information
goodroot and puzpuzpuz authored Oct 8, 2024
1 parent 2e429f5 commit 03a8935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/function/aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ FROM (SELECT x FROM long_sequence(5));

## string_distinct_agg

`string_distinct_agg(value, delimiter)` - Concatenates distinct non-null string
`string_distinct_agg(value, delimiter)` - concatenates distinct non-null string
values into a single string, using the specified delimiter to separate the
values.

Expand Down

0 comments on commit 03a8935

Please sign in to comment.