verwijder niet gebruikte view
svn path=/Customer/trunk/; revision=13455
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Script containing customer specific configuration sql statements for CONN: Connexxion
|
||||
-- (c) 2005-2006 Dijkoraad IT bv
|
||||
-- $Revision: 115 $
|
||||
-- $Modtime: 5-11-07 15:45 $
|
||||
-- $Revision: 116 $
|
||||
-- $Modtime: 20-11-07 9:52 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
@@ -2259,18 +2259,6 @@ from mld_opdr o, MLD_V_AANWEZIGKENMERKOPDR ko , fac_usrdata ud, MLD_V_AANWEZIGKE
|
||||
and o.mld_statusopdr_key = 5;
|
||||
|
||||
|
||||
|
||||
create or replace view CONN_V_OPPERVLAKTE (FCLT_F_CODE, AANDUIDING, OMSCHRIJVING, GETEKEND, ETABEL, SCHOONMAAK)
|
||||
AS
|
||||
select alg_locatie_code as fclt_f_code, alg_ruimte_aanduiding, alg_locatie_omschrijving, alg_ruimte_bruto_vloeropp as getekend, sum(gebruikteopp) as etabel, fac.safe_to_number(alg_onrgoedkenmerk_waarde) as schoonmaak from alg_v_ruimte_gegevens rg, conn_import_etabel et, alg_v_aanwezigonrgoedkenmerk ok
|
||||
where
|
||||
rg.alg_locatie_code = et.complex
|
||||
and rg.alg_ruimte_nr = et.ruimte(+)
|
||||
AND rg.alg_ruimte_key = ok.alg_onrgoed_key(+)
|
||||
AND ok.alg_kenmerk_key(+) = '77' --ruimte opp schoonmaak
|
||||
group by alg_locatie_code, alg_ruimte_aanduiding, alg_locatie_omschrijving, alg_ruimte_bruto_vloeropp, alg_onrgoedkenmerk_waarde order by 2;
|
||||
|
||||
|
||||
CREATE OR REPLACE VIEW conn_rap_tekeningen
|
||||
AS
|
||||
SELECT alg_locatie_code AS fclt_f_locatie, alg_gebouw_code,
|
||||
|
||||
Reference in New Issue
Block a user