From b119cf9702250b937e1c924da94fb625026da004 Mon Sep 17 00:00:00 2001 From: Yasmine Grane-Belghmaidi Date: Fri, 16 Dec 2022 09:38:24 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'request.sql'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- request.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.sql b/request.sql index 60e9c92..f2bd827 100644 --- a/request.sql +++ b/request.sql @@ -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é