SELECT JSON_ARRAYAGG(JSON_OBJECT('name', name, 'phone', phone)) from Person;. 如果你正在使用mysql客户端,[你可以使用`--json` ...
確定! 回上一頁