New solution: Built using Your great comments, thanks! SELECT JSON_ARRAYAGG(JSON_OBJECT('name', name, 'phone', phone)) from Person; Old solution: With help ...
確定! 回上一頁