Replies: 1 comment 1 reply
-
The related part could be: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am wondering if there is a way to aggregate data into an array, like
string_agg
, but without concatenating? I saw thearray_agg
extension, but that seems targetted at FK columns that are already arrays of FKs ... and the generated SQL seems different. An example query in Postgres might look like:And the output might look something like:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions