BAMG#69593 Data uit Facilitor plaatsen op de landkaart.

svn path=/Database/trunk/; revision=57248
This commit is contained in:
Jos Groot Lipman
2022-09-12 15:35:19 +00:00
parent 66b1b80889
commit ca3c971b8b
4 changed files with 39 additions and 12 deletions

View File

@@ -49,6 +49,7 @@ CREATE_VIEW(bez_v_udr_bezoeker, 1)
locatie_code,
locatie_naam,
locatie_plaats,
gebouw_key,
gebouw_code,
gebouw_naam,
verdieping_code,
@@ -91,6 +92,7 @@ AS
l.alg_locatie_plaats,
COALESCE(og.alg_gebouw_code, og.alg_terreinsector_code) alg_gebouw_code,
COALESCE(og.alg_gebouw_naam, og.alg_terreinsector_naam) alg_gebouw_naam,
og.alg_gebouw_key,
og.alg_verdieping_code,
og.alg_verdieping_omschrijving,
og.alg_ruimte_nr,
@@ -157,6 +159,7 @@ CREATE_VIEW(bez_v_udr_reserveringbezoeker, 1)
district,
locatie_code,
locatie_naam,
gebouw_key,
gebouw_code,
gebouw_naam,
verdieping_code,
@@ -234,6 +237,7 @@ SELECT
b.locatie_code,
b.locatie_naam,
--b.locatie_plaats,
b.gebouw_key,
b.gebouw_code,
b.gebouw_naam,
b.verdieping_code,