select * from order_info where user_id in ( select user_id from order_info where status='completed' and date>'2025-10-15' and product_name in ('C++','Java','Python') group by user_id having count(status)>=2 ) order by id 请问为什么这样写结果不对呢
点赞

相关推荐

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