SELECT ID, NAME, group_concat(distinct TYPE order by TYPE desc SEPARATOR ';') from Table group by ID, NAME HAVING COUNT(distinct TYPE) > 1;
確定! 回上一頁