Loading data/ddl/view/V_CONTRAT_MAIN.sql +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ SELECT ct.formule_resultat_id, ct.id contrat_id, ct."composante", ct."annee", ct."nom", ct."prenom", Loading Loading @@ -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", Loading Loading
data/ddl/view/V_CONTRAT_MAIN.sql +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ SELECT ct.formule_resultat_id, ct.id contrat_id, ct."composante", ct."annee", ct."nom", ct."prenom", Loading Loading @@ -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", Loading