Commit 48ab863b by mengdongxing

Update tkdm_base_device_pay_info.sql

parent 94e57869
......@@ -36,7 +36,8 @@ full join
last_payment_ds,
num_payment_cnt,
num_payment_day,
amt_payment
amt_payment,
ins_datetime
from tkdm.tkdm_base_device_pay_info
where ds= date_sub('2017-02-24',1)
) b on a.appid=b.appid and a.deviceid=b.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