Q19 25 au lieu de 50
This commit is contained in:
parent
6fe86ca434
commit
24f11b32f6
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ WHERE idScientifique IN (
|
|||
SELECT idEtablissement, Count(Distinct idEnseignant)
|
||||
FROM Enseignant_chercheur
|
||||
GROUP BY idEtablissement
|
||||
HAVING count(Distinct idEnseignant) >= 50;
|
||||
HAVING count(Distinct idEnseignant) >= 25;
|
||||
|
||||
-- Axel Question 20 ecrite et testée
|
||||
|
||||
|
|
Loading…
Reference in a new issue