Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何查找哪些产品有选项并进行出口,以便我可以在我的网站上查找产品并更改具有选项的产品的价格并更正它们。
我知道它很旧,但如果它对任何人都有帮助,这个 mysql 查询应该返回所有有选项的产品......
select * from product where product_id in (select product_id from product_option group by product_id) order by product_id