你好,我的代码是这样的,结果与题目中的输出一致,为什么通不过呢,大神可以帮我看看哪里有问题吗 select * from order_info where user_id in (select user_id from (select user_id ,count(id) from order_info group by user_id having count(id)>=2 )t1) and product_name in ('C++','Java','Python') and status='completed' and date >'2025-10-15' order by id;
点赞

相关推荐

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