SELECT DISTINCT liste d'attributs FROM table ;
SELECT liste d'attributs FROM table
;
SELECT DISTINCT Espèce FROM Champignons ;
SELECT DISTINCT Espèce, Catégorie FROM Champignons ;