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

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

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

with t1 as (
select id,client_id,is_group_buy
from order_info
where user_id in (
    select user_id 
    from order_info
    where date>'2025-10-15'
and status='completed'
and product_name in ('C++','Java','Python')
group by user_id
having count(user_id)>=2
)
    and date>'2025-10-15'
and status='completed'
and product_name in ('C++','Java','Python')
)
select case when is_group_buy='Yes' then 'GroupBuy'
else name
end as source,
count(a.id) as cnt
from t1 a 
left join client b 
on a.client_id=b.id
group by source
order by source
全部评论

相关推荐

11-03 14:38
重庆大学 Java
AAA求offer教程:我手都抬起来了又揣裤兜了
点赞 评论 收藏
分享
威猛的小饼干正在背八股:挂到根本不想整理
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务