changer la requete (id = 1 -> id = 2) pour marcher avec les valeurs des données
This commit is contained in:
parent
6c706ee47e
commit
b29353ac0f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ SELECT COUNT(DISTINCT idAuteurExterne) AS nbCollab FROM Publie_Externe pe
|
|||
JOIN Publie_Scientifique ps ON pe.idPublication = ps.idPublication
|
||||
--RIGHT JOIN Publie_Doctorant pdoc ON pe.idPublication = pdoc.idPublication
|
||||
RIGHT JOIN Enseignant_Chercheur ec ON ec.idEnseignant = ps.idScientifique
|
||||
WHERE idScientifique = '01';
|
||||
WHERE idScientifique = 2;
|
||||
|
||||
|
||||
-- Axel Q4
|
||||
|
|
Loading…
Reference in a new issue