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