Commit 3b69f2fc by mengdongxing

Update tkdm_output_active_app_std_week.sql

parent 26c22044
...@@ -4,7 +4,7 @@ CREATE TEMPORARY FUNCTION bootstrapmedian AS 'com.reyun.hive.udaf.BootStrap'; ...@@ -4,7 +4,7 @@ CREATE TEMPORARY FUNCTION bootstrapmedian AS 'com.reyun.hive.udaf.BootStrap';
insert overwrite table tkdm.tkdm_output_active_app_std_week partition(ds='2017-02-22') insert overwrite table tkdm.tkdm_output_active_app_std_week partition(ds='2017-02-22')
select /*+ mapjoin(y)*/ x.appid, select /*+ mapjoin(x)*/ x.appid,
x.category_id, x.category_id,
x.isgame, x.isgame,
nvl(y.avg_ins_rate,-1) as avg_ins_rate, nvl(y.avg_ins_rate,-1) as avg_ins_rate,
......
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