Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
40de1c4744
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ WHERE idScientifique IN (
|
|||
SELECT idEtablissement, Count(Distinct idEnseignant)
|
||||
FROM Enseignant_chercheur
|
||||
GROUP BY idEtablissement
|
||||
HAVING count(Distinct idEnseignant) >= 2;
|
||||
HAVING count(Distinct idEnseignant) >= 50;
|
||||
|
||||
|
||||
--Yasmine QUESTION 21 Testé
|
||||
|
|
Loading…
Reference in a new issue