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
636d418a
Commit
636d418a
authored
May 25, 2021
by
Antony Le Courtes
Browse files
Ajout du INSEE et INSEE PROVISOIRE dans MV_INTERVENANT.sql Octopus.
parent
6ac72c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Connecteurs-Import/Octopus/MV_INTERVENANT.sql
View file @
636d418a
...
...
@@ -172,7 +172,7 @@ SELECT DISTINCT
adr
.
ville_nom
adresse_commune
,
pays
.
code_pays
z_adresse_pays_id
,
/* INSEE */
COALESCE
(
vindinsee
.
no_insee
,
vindinsee
.
no_insee_provisoire
)
numero_insee
,
COALESCE
(
TRIM
(
vindinsee
.
no_insee
)
,
TRIM
(
vindinsee
.
no_insee_provisoire
)
)
numero_insee
,
CASE
WHEN
vindinsee
.
no_insee
IS
NULL
AND
vindinsee
.
no_insee_provisoire
IS
NOT
NULL
...
...
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