Compare commits
2 commits
fcd63f3b6d
...
0d63d02fd1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d63d02fd1 | ||
|
|
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