How can I use json_group_array & json_object functions? #2882
Unanswered
hamishjohnson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There's no query builder API for these functions yet, but you can use a FunctionCallExpression to call them. But I think it would be useful to have them available, I'll add them to drift. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am joining a 1 to many table onto the main table with outer join. I've got the join right but I'd like to return the other table in an array of json object.
I've got this working where it's only adding the ids to the column
But I'd like to join multiple params from the column in such a way:
Beta Was this translation helpful? Give feedback.
All reactions