Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
f79fceb56b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,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