题解 | #牛客的课程订单分析(七)#

牛客的课程订单分析(七)

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

select 
     distinct ifnull(c.name,'GroupBuy') as source
    ,a.cnt as cnt
from 
(
select 
    user_id
    ,client_id
    ,count(user_id)over(partition by client_id) cnt 
    ,count(user_id)over(partition by user_id) r
from 
    order_info
where datediff(date,'2025-10-15')>0
and status='completed' 
and product_name in ('C++','Java','Python') 
) a 
left join 
    client c 
on 
    a.client_id=c.id 
where 
    a.r>=2 
order by 
    source

全部评论

相关推荐

最喜欢秋天的火龙果很...:第一份工作一定要往大的去,工资低点没事。后面换工作会更好找,即使你去小公司,你也不可能不会换工作的。所以找大的去
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务