select *
from order_info
where date>"2025-10-15"AND
status="completed"and product_name IN ("C++","Java","Python")
order by id

字符串要加""