select json_build_object(. 2. 'success', json_agg(col1) filter (where col1->>'name' <> 'a'),. 3. 'failure', json_agg(col1) filter (where col1->>'name' = 'a' ...
確定! 回上一頁