You need to first unnest the array elements, and then aggregate back each value: select id, (select jsonb_agg(t -> 'a') from ...
確定! 回上一頁