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