Compare commits
No commits in common. "0d63d02fd17cad7e18f9acd17912ebdd1729812b" and "fcd63f3b6d26716c2bcfe5447b5fde05146c81ca" have entirely different histories.
0d63d02fd1
...
fcd63f3b6d
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) >= 25;
|
||||
HAVING count(Distinct idEnseignant) >= 50;
|
||||
|
||||
-- Axel Question 20 ecrite et testée
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue