Commit cbbc8a3c by mengdongxing

Update tkdm_data_payment_detial_day.sql

parent 920f267d
...@@ -14,7 +14,7 @@ select appid, ...@@ -14,7 +14,7 @@ select appid,
from tkio.tkio_mid_pay_day from tkio.tkio_mid_pay_day
where ds='2017-02-25' and where ds='2017-02-25' and
deviceid!='00000000-0000-0000-0000-000000000000' deviceid!='00000000-0000-0000-0000-000000000000'
and deviceid!='' and deviceid!='0' and deviceid!='' and deviceid!='0' and lower(paymenttype)!='free'
group by appid,deviceid,ins_datetime group by appid,deviceid,ins_datetime
cluster by deviceid,appid cluster by deviceid,appid
......
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