SELECT json_agg( json_build_object( 'title', sections.title, 'questions', questions.json ) ) FROM sections INNER JOIN ( SELECT ...
確定! 回上一頁