@ -8493,17 +8493,15 @@ where T.name in (select distinct fact_table from dimension)
@@ -8493,17 +8493,15 @@ where T.name in (select distinct fact_table from dimension)
</columns>
<sqldbsystem="POSTGRES"><![CDATA[
SELECT
apnr,
druck,
to_number(uniquename,'99999')::integer as astat,
level2_char as kontinent,
level1_char as inl_ausl_kurz,
level1_str as inl_ausl_lang
FROM dim_bp_apnr
where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_ca12_staat')
and apnr !=0 --nur für Abwärtskompatibilität zu FLEDA
select A.schluessel as apnr,
A.name as druck,
A.schluessel as astat,
K.name as kontinent,
case when A.schluessel=0 then 'I' else 'A' end as inl_ausl_kurz,
case when A.schluessel=0 then 'Inland' else 'Ausland' end as inl_ausl_lang
from k_astat_staat A left outer join k_astat_kontinent K
on (A.kontinent=K.schluessel)
]]></sql>
<sqldbsystem="INFORMIX"><![CDATA[
@ -8648,7 +8646,7 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
@@ -8648,7 +8646,7 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
FROM dimension_bp d WHERE d.apnr = 'bluep_kotr')]]></sql>
@ -8682,6 +8680,55 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
@@ -8682,6 +8680,55 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
dimension_bp_id = (SELECT tid FROM dimension_bp WHERE apnr='bluep_hzbkfz')
@ -18,7 +18,8 @@ select relname,relname as tabelle from pg_class where relname::varchar(200) in (
@@ -18,7 +18,8 @@ select relname,relname as tabelle from pg_class where relname::varchar(200) in (
@ -35,7 +36,8 @@ WHERE N.oid = C.relnamespace and N.nspname||'.'||C.relname in ('user_groups',
@@ -35,7 +36,8 @@ WHERE N.oid = C.relnamespace and N.nspname||'.'||C.relname in ('user_groups',