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

Ajout de la variable "composante" pour le contrat

parent f0918c0f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ SELECT
ct.formule_resultat_id,
ct.id contrat_id,
ct."composante",
ct."annee",
ct."nom",
ct."prenom",
......@@ -56,6 +57,7 @@ FROM
c.*,
i.annee_id annee_id,
fr.id formule_resultat_id,
s.libelle_court "composante",
a.libelle "annee",
COALESCE(d.nom_usuel,i.nom_usuel) "nom",
COALESCE(d.prenom,i.prenom) "prenom",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment