Woocommerce Mysql query to fetch products and varables – WordPress
Trying to fetch products ID and the products variable ID in Mysql. My category is 7006. This query gives me only the general product, and not the product variables values. SELECT post.ID, post.post_title, metavalue1.meta_value AS MetaValue1, metavalue2.meta_value AS MetaValue2 FROM…