Mettre à jour 'request.sql'
This commit is contained in:
parent
401e6ce57e
commit
b119cf9702
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ WHERE idScientifique IN (
|
|||
SELECT idEtablissement, Count(Distinct idEnseignant)
|
||||
FROM Enseignant_chercheur
|
||||
GROUP BY idEtablissement
|
||||
HAVING count(Distinct idEnseignant) >= 50;
|
||||
HAVING count(Distinct idEnseignant) >= 2;
|
||||
|
||||
|
||||
--Yasmine QUESTION 21 Testé
|
||||
|
|
Loading…
Reference in a new issue