SELECT JSON_ARRAYAGG(JSON_OBJECT('name', name, 'phone', phone)) from Person;. Old solution: With help from @Schwern I managed to put up this query, which seems ...
確定! 回上一頁