Helper to get a JSONB array column from a subquery.
This only works in Postgres, and you must return a column value from the subquery.
value
The subquery to get the json array from
The json array column
Helper to get a JSONB array column from a subquery.
This only works in Postgres, and you must return a column
valuefrom the subquery.