mysql> SELECT grp, JSON_ARRAYAGG(`key`) AS `keys_grouped` FROM t1 GROUP BY grp; +------+------------------+ | grp | keys_grouped ...
確定! 回上一頁