Commit 5c47eed0 authored by 魏艺敏's avatar 魏艺敏

Merge branch 'weiyimin' into 'master'

push codes

See merge request !81
parents 6b76d208 ee5db91f
......@@ -20,7 +20,7 @@ from
,active_type
,channel
,dau
,COALESCE(CONCAT(ROUND(retention_num/dau*100,2),'%'),0) AS retention_rate
,COALESCE(ROUND(retention_num/dau*100,2),0) AS retention_rate
,home_good_click_uv
,COALESCE(ROUND(home_good_click_retention_num*dau/home_good_click_uv/retention_num,2),0) as home_good_click_quality
,home_ungood_click_uv
......
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