SELECT json_build_object("all_authors",json_agg(DISTINCT(author)), "book_details",json_agg(row_to_json(first_query)) ) FROM first_query;
確定! 回上一頁