Skip to content
Snippets Groups Projects
Commit f0729244 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

ACTUL : Filtre LMD à ajouter

parent 2787a4bc
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ FROM
WHERE
anu.temoin_actif = 1 -- on ne sélectionne que les projets actifs
AND vde.STATUT IN ('TERMINE','FERME') -- on ne récupère que ce qui est terminé ou fermé
AND tpd.COD_CURSUS_LMD IN ('L','M','D')
GROUP BY
vde.libelle,
tpd.typ_dip_apo,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment