To group rows in an array, use GROUP_CONCAT() along with the ORDER BY clause ... mysql> select Id,group_concat(FirstName separator ',') from ...
確定! 回上一頁