select * from order_info where datediff(date,'2025-10-15')>0 and product_name in ('C++','Java','Python') and status='completed' order by id