SELECT JSON_OBJECT( 'ArrayKey' VALUE JSON_ARRAYAGG( col ) ) AS jsonResult FROM(SELECT DISTINCT column_name AS col FROM tbl_name);.
確定! 回上一頁