xiehe2026修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user