I have a json query that gives me json of a joined table of person and pets: SELECT json_object( 'personId', p.id, 'pets', json_arrayagg( ...
確定! 回上一頁