-
Notifications
You must be signed in to change notification settings - Fork 1.5k
add sql STRING_AGG
function
#7910
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
FWIW What would you think about implementing something like User Defined Table Functions as a way to implement this? #2177 |
isn't string_agg should be functionally equivalent to the combination of already supported functions Maybe there's a different |
You are right, that makes sense. I tried it out:
|
I want to work on this issue. |
Is your feature request related to a problem or challenge?
I'd like to be able to use the equivalent of the postgres function
STRING_AGG
.Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
a few references on
string_agg
https://www.postgresqltutorial.com/postgresql-aggregate-functions/postgresql-string_agg-function/
https://www.postgresql.org/docs/9.0/functions-aggregate.html
The text was updated successfully, but these errors were encountered: