| 日期 |
营业额 |
净利润 |
买家数 |
访客数 |
搜索数 |
搜成数 |
刷单数 |
总费用 |
费占比 |
搜成比 |
加购率 |
聚划算 |
聚占比 |
| 日期 |
营业额 |
净利润 |
买家数 |
访客数 |
搜索数 |
搜成数 |
刷单数 |
总费用 |
费占比 |
搜成比 |
加购率 |
聚划算 |
聚占比 |
SELECT left(`日期`,7), concat( round( SUM(yunying_cost_goodsbase.净支付金额)/ 10000, 1), '万' ),round(sum(`净利润`)-sum(`商品成本`+`快递费用`)*0.15) , round(SUM(yunying_cost_goodsbase.销售单数)), round(SUM(yunying_cost_goodsbase.总访客)),round(sum(`搜索人数`)),round(sum(`搜索成交人数`)),sum(`刷单单数`),round(sum(`运营费用`)),concat(round(sum(`运营费用`)/SUM(yunying_cost_goodsbase.净支付金额)*100,0),'%'),concat(round((sum(`搜索成交人数`)-sum(`刷单单数`))/sum(`销售单数`)*100,0),'%'),concat(round(sum(`加购人数`)/SUM(yunying_cost_goodsbase.总访客)*100,0),'%'),round(sum(`聚划算费用`)),concat(round(SUM(`聚划算费用`)/sum(`净支付金额`)*100,1),'%') FROM yunying_cost_goodsbase where `负责人` ='0' group by left(`日期`,7) order by `日期` desc