Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
57a2cbcc
Commit
57a2cbcc
authored
Jun 30, 2021
by
Laurent Lécluse
Browse files
Ajout de la variable "composante" pour le contrat
parent
f0918c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/ddl/view/V_CONTRAT_MAIN.sql
View file @
57a2cbcc
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment