Commit e3b490e5 by mengdongxing

Update tkdm_base_device_pay_info.sql

parent 5bd21149
...@@ -6,7 +6,7 @@ set hive.optimize.bucketmapjoin.sortedmerge = true; ...@@ -6,7 +6,7 @@ set hive.optimize.bucketmapjoin.sortedmerge = true;
set hive.merge.mapredfiles=true; set hive.merge.mapredfiles=true;
set hive.auto.convert.sortmerge.join=true; set hive.auto.convert.sortmerge.join=true;
--insert overwrite table tkdm.tkdm_base_device_pay_info partition(ds='2017-02-24') insert overwrite table tkdm.tkdm_base_device_pay_info partition(ds='2017-02-24')
select nvl(b.appid,a.appid) as appid, select nvl(b.appid,a.appid) as appid,
nvl(b.deviceid,a.deviceid) as deviceid, nvl(b.deviceid,a.deviceid) as deviceid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment