SELECT CONCAT('[',GROUP_CONCAT(JSON_OBJECT( 'field1',field1,'field2',field2,'field2',field3)),']') FROM tablename;.
確定! 回上一頁