Compare commits
No commits in common. "f53e529e07229ba37763a5915d536ba95a75f841" and "116fbe0c6f9b70868acaf51126288f9252f1cc2c" have entirely different histories.
f53e529e07
...
116fbe0c6f
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ GROUP BY idDoctorant;
|
|||
|
||||
-- Ronan Q6
|
||||
SELECT COUNT(*) FROM Doctorant
|
||||
WHERE date_soutenance < NOW();
|
||||
WHERE date_soutenance IS NOT NULL;
|
||||
|
||||
--Nathan Q7 tested
|
||||
SELECT nom, prenom FROM Personnel
|
||||
|
|
@ -86,6 +86,7 @@ WHERE idPersonnel IN (
|
|||
);
|
||||
|
||||
--Yasmine QUESTION 8 Testé
|
||||
|
||||
SELECT idEnseignant,nom,prenom
|
||||
FROM Enseignant_chercheur
|
||||
WHERE idEnseignant
|
||||
|
|
|
|||
Loading…
Reference in a new issue