Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL DISTINCT auf einem GROUP_CONCAT()

GROUP_CONCAT hat DISTINCT-Attribut:

SELECT GROUP_CONCAT(DISTINCT categories ORDER BY categories ASC SEPARATOR ' ') FROM table