S'il vous plait où se trouve la faute :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
select   nom ,nb_lists,count(id_medecin) as 'nombre'  from medecin m, servicee s where s.id_service=m.id_service group by m.id_service
il me disent que :

Column 'medecin.nom' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.