Assuming you are using mysql 8.0 then you can use JSON_TABLE with CROSS JOIN and GROUP_CONCAT to achieve this: Try below query:
確定! 回上一頁