This commit is contained in:
nbillard 2023-01-05 09:37:40 +01:00
父節點 770b74f34f
當前提交 2d6364068e
共有 2 個文件被更改,包括 16 次插入1 次删除

查看文件

@ -795,6 +795,22 @@ INSERT INTO Participe VALUES (
2 2
); );
INSERT INTO Participe VALUES (
1,
7
);
INSERT INTO Participe VALUES (
2,
7
);
INSERT INTO Participe VALUES (
3,
7
);
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- -- -- --
-- Preside -- -- Preside --

查看文件

@ -201,7 +201,6 @@ FROM Enseignant_chercheur
GROUP BY idEtablissement GROUP BY idEtablissement
HAVING count(Distinct idEnseignant) >= 50; HAVING count(Distinct idEnseignant) >= 50;
--Yasmine QUESTION 21 Testé --Yasmine QUESTION 21 Testé
SELECT Distinct P.Pays SELECT Distinct P.Pays