JSONB array using JSON_ARRAYAGG. SELECT json_arrayagg(author.id) FROM author ... By default, SQL aggregate functions always exclude NULL values, ...
確定! 回上一頁