bug fix
This commit is contained in:
@@ -135,7 +135,7 @@ from dwd.dwd_gnd_dept_pack_property
|
||||
-- create or replace table dm.dm_chc_pack_property
|
||||
-- LOCATION 'abfss://master@retaildlstoragetest.dfs.core.chinacloudapi.cn/DM/dm_chc_pack_property'
|
||||
-- as
|
||||
-- insert overwrite table dm.dm_thc_pack_property
|
||||
insert overwrite table dm.dm_thc_pack_property
|
||||
WITH dedup_l AS (
|
||||
SELECT *,
|
||||
ROW_NUMBER() OVER (PARTITION BY iqvia_pack_code ORDER BY iqvia_pack_code) AS rn
|
||||
|
||||
Reference in New Issue
Block a user