Mettre à jour 'request.sql'
This commit is contained in:
parent
acf1f26930
commit
7874e08ce3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ WHERE idPersonnel IN (
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine QUESTION 8 tested
|
--Yasmine QUESTION 8 tested
|
||||||
SELECT EC.idEnseignant,P.nom,P.prenom
|
SELECT P.nom,P.prenom
|
||||||
FROM enseignant_chercheur EC, Personnel P
|
FROM enseignant_chercheur EC, Personnel P
|
||||||
WHERE P.idPersonnel=EC.idEnseignant and idEnseignant
|
WHERE P.idPersonnel=EC.idEnseignant and idEnseignant
|
||||||
NOT IN ( (SELECT idScientifique
|
NOT IN ( (SELECT idScientifique
|
||||||
|
|
Loading…
Reference in a new issue