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

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

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

select o.id,o.is_group_buy,if(is_group_buy='Yes',null,c.name) from order_info as o left join client as c on o.client_id=c.id where o.status='completed' and o.status>'2025-10-15' and o.user_id in( select user_id from order_info as o1 where o1.status='completed' and date>'2025-10-15' group by user_id having count(user_id)>=2 ) and o.product_name in('C++','Python','Java') order by o.id

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务