Mettre à jour 'request.sql'

This commit is contained in:
Yasmine Grane-Belghmaidi 2022-12-16 08:57:03 +01:00
parent 1f55276c20
commit b41fd4dfbb

View file

@ -149,8 +149,8 @@ AND NOT EXISTS (SELECT * FROM Doctorant doc
-- Yasmine QUESTION 14 Testé
SELECT Count(Distinct idPublication)
FROM Publication
SELECT annee,Count(Distinct idPublication)
FROM publication
GROUP BY publication.annee;
-- Yasmine QUESTION 15 Testé