select distinct ID from table t1
where (select count(*) from table where ID = t1.ID group by ID) >=2
and (select count(*) from table where Idservice = 5 and ID = t1.ID group by ID) > 0
select distinct ID from table t1
where (select count(*) from table where ID = t1.ID group by ID) >=2
and (select count(*) from table where Idservice = 5 and ID = t1.ID group by ID) > 0
Comment créer un rapport à partir d'une table dans Access 2016
Comment utiliser le noyau AspNet.Identity dans la base de données My Sql
Les 10 principales raisons pour lesquelles vous devriez apprendre SQL
Springboot + MySQL :ne peut lire aucun type de date à partir de (DATE, DATETIME, TIMESTAMP) MySQL