Skip to content

Commit

Permalink
Update qgisProprietaire.sql
Browse files Browse the repository at this point in the history
Nom de naissance - utilisation de dnomlp à la place de ddenom
  • Loading branch information
MaelREBOUX committed Apr 12, 2021
1 parent e4ce238 commit 228edaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/qgis/views/qgisProprietaire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ CREATE MATERIALIZED VIEW #schema_cadastrapp.proprietaire AS
WHEN gtoper = ''2'' THEN rtrim(ddenom)
END AS app_nom_usage,
CASE
WHEN gtoper = ''1'' THEN COALESCE(rtrim(dqualp),'''')||'' ''||REPLACE(rtrim(ddenom),''/'','' '')
WHEN gtoper = ''1'' THEN COALESCE(rtrim(dqualp),'''')||'' ''||COALESCE(rtrim(dnomlp)),'''')||'' ''||COALESCE(rtrim(dprnlp),'''')

This comment has been minimized.

Copy link
@MaelREBOUX

MaelREBOUX Apr 15, 2021

Author Member

) fermante en trop

This comment has been minimized.

Copy link
@MaelREBOUX

MaelREBOUX Apr 26, 2021

Author Member

corrigé par 9640809

WHEN gtoper = ''2'' THEN trim(ddenom)
END AS app_nom_naissance
from #DBSchema_qgis.proprietaire pqgis'::text)
proprietaire(
Expand Down

0 comments on commit 228edaf

Please sign in to comment.