Commit dc5e5c07 authored by litaolemo's avatar litaolemo

update

parent 90eba266
......@@ -144,7 +144,7 @@ for t in range(0, task_days):
,if(NVL(t3.search_uv,0) <> 0 ,concat(cast((NVL(t4.neirong_card_click_pv,0)/NVL(t3.search_uv,0)) as decimal(18,2)),'') , '-') as search_pv
FROM
(--昨天总搜索量
SELECT t1.partition_date,active_type,device_os_type,channel,search_pv,search_uv
SELECT partition_date,active_type,device_os_type,channel,search_pv,search_uv
FROM
(
SELECT t1.partition_date,active_type,device_os_type,channel
......
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