Mettre à jour 'request.sql'
This commit is contained in:
parent
b50863af37
commit
a95413738b
1 changed files with 7 additions and 6 deletions
|
@ -94,16 +94,17 @@ LEFT JOIN Publie_Doctorant PD on PD.idDoctorant= D.idDoctorant
|
|||
GROUP BY idDoctorant;
|
||||
|
||||
|
||||
--Yasmine QUESTION 8
|
||||
--Yasmine QUESTION 8 TESTE PAS D'ERREUR DE SYNTAXE
|
||||
|
||||
SELECT idEnseignant
|
||||
FROM Enseignant_chercheur
|
||||
WHERE idEnseignant
|
||||
NOT IN ( (SELECT idScientifique
|
||||
FROM Publie_scientifique)
|
||||
UNION
|
||||
(SELECT idScientifique
|
||||
FROM Encadrement)
|
||||
) ;
|
||||
);
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
|
Loading…
Reference in a new issue