|
@@ -43,7 +43,7 @@ select
|
|
account_id,a.signature,video_name,photo_url,charge,frast_cost_time
|
|
account_id,a.signature,video_name,photo_url,charge,frast_cost_time
|
|
from
|
|
from
|
|
(select account_id,signature,sum(charge) as charge,video_name,photo_url from application.kuaishou_material_video_report_daily_dw
|
|
(select account_id,signature,sum(charge) as charge,video_name,photo_url from application.kuaishou_material_video_report_daily_dw
|
|
-where charge>0 and signature is not null
|
|
|
|
|
|
+where signature is not null
|
|
group by account_id,signature)a
|
|
group by account_id,signature)a
|
|
left join application.material_farst_cost_time b
|
|
left join application.material_farst_cost_time b
|
|
on a.signature=b.signature
|
|
on a.signature=b.signature
|