Commit e8cfc11c authored by edz's avatar edz

push core

parent e76baafc
......@@ -2,9 +2,9 @@
--AI工具核心数据
SELECT partition_date as `日期`
,if(ios_new_ai_retention='0.00%','-',ios_new_ai_retention) as `iOS新在AI功能次留`
,if(ios_new_ai_retention='0.0%','-',ios_new_ai_retention) as `iOS新在AI功能次留`
,ios_new_gc_uv as `iOS新在AI分发页PVgood click/功能使用uv`
,if(andr_new_ai_retention='0.00%','-',andr_new_ai_retention) as `android新在AI功能次留`
,if(andr_new_ai_retention='0.0%','-',andr_new_ai_retention) as `android新在AI功能次留`
,andr_new_gc_uv as `android新在AI分发页PVgood click/功能使用uv`
FROM
......
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