题解 | #10月的新户客单价和获客成本#

10月的新户客单价和获客成本

https://www.nowcoder.com/practice/d15ee0798e884f829ae8bd27e10f0d64

select round(sum(total_amount)/count(distinct uid),1)avg_amount,
round(sum(youhui)/count(distinct uid),1) avg_cost
from
(
select distinct uid,total_amount,sum(price*cnt)-total_amount youhui
from tb_order_overall oo
join tb_order_detail od using(order_id)
join tb_product_info pi using(product_id)
where event_time = 
(select min(oo2.event_time) 
from tb_order_overall oo2
where oo2.uid=oo.uid 
group by oo2.uid
) and date_format(event_time,"%Y%m")='202110'
group by uid, total_amount
)t1

全部评论

相关推荐

02-10 12:23
已编辑
新余学院 C++
采集想要offer:专业技能那里要一条一条的列出来吧,感觉你项目很厉害了,但是如果你不写技术栈面试官对你项目不太懂的话都没办法问你八股😂C++都是基架岗,都是一群9✌🏻在卷,我觉得你要是有时间学个go把MySQL和redis写上去找个开发岗吧
点赞 评论 收藏
分享
想顺利毕业的猕猴桃在看牛客:好几个月没面试了,腾讯留面评吗
投递腾讯等公司8个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务