Skip to content

Commit

Permalink
Merge branch 'nw_interval' of https://github.com/questdb/documentation
Browse files Browse the repository at this point in the history
…into nw_interval
  • Loading branch information
goodroot committed Oct 8, 2024
2 parents 7ec44b1 + 9bc9aa0 commit 6e320f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -854,7 +854,7 @@ values.

### Return value

Return value type is `varchar`.
Return value type is `string`.

### Examples

Expand Down

0 comments on commit 6e320f0

Please sign in to comment.