How to concatenate multiple-row result into one field in MySQL? · SELECT table, GROUP_CONCAT(dish SEPARATOR ', ') FROM orders GROUP BY table;.
確定! 回上一頁