Mettre à jour 'request.sql'
This commit is contained in:
parent
0d63d02fd1
commit
4bfecbdee1
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