Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
770b74f34f
2 changed files with 4 additions and 1 deletions
|
@ -766,6 +766,9 @@ INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas,
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- --
|
-- --
|
||||||
-- Participe --
|
-- Participe --
|
||||||
|
|
|
@ -194,7 +194,7 @@ WHERE idScientifique IN (
|
||||||
ON ParticipationCount.nbProjets = ProjectCount.nbTotalProjets
|
ON ParticipationCount.nbProjets = ProjectCount.nbTotalProjets
|
||||||
);
|
);
|
||||||
|
|
||||||
-- Yasmine QUESTION 19 Testé
|
-- Yasmine QUESTION 19 Testé AVEC 25 AU LIEU DE 50
|
||||||
|
|
||||||
SELECT idEtablissement, Count(Distinct idEnseignant)
|
SELECT idEtablissement, Count(Distinct idEnseignant)
|
||||||
FROM Enseignant_chercheur
|
FROM Enseignant_chercheur
|
||||||
|
|
Loading…
Reference in a new issue