xiehe2026修改

This commit is contained in:
2026-05-21 06:21:33 +00:00
parent 31a612a902
commit b03b08af7b
2 changed files with 12 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ select
,from_utc_timestamp(current_timestamp(),'UTC+8') ETL_UPDATE_DT
from geo_xiehe a
left join dm.dm_ims_td_geo b on a.geo_city = b.CITY_C
where fact_province in ('黑吉辽','云贵','湖北','甘肃','其他地区')
where fact_province in ('黑吉辽','云贵青','湖北','其他地区')
union all
-- 非特殊区域
@@ -51,7 +51,7 @@ select
,from_utc_timestamp(current_timestamp(),'UTC+8') ETL_UPDATE_DT
from geo_xiehe a
left join dm.dm_ims_td_geo b on a.geo_city = b.CITY_C
where fact_province not in ('黑吉辽','云贵','湖北','甘肃','其他地区')
where fact_province not in ('黑吉辽','云贵青','湖北','其他地区')
-- COMMAND ----------
@@ -73,4 +73,4 @@ select
,CITY_MAP
,PROVINCE_MAP
,REGION_CENTER
from dws.dws_ext_xiehe_geo
from dws.dws_ext_xiehe_geo