查詢全部產品的原價的SQL

/*查詢全部產品的原價*/ SELECT t2.sku,t1.`value` from catalog_product_entity_decimal AS t1 LEFT JOIN catalog_product_entity AS t2 ON t2.entity_id = t1.entity_id WHERE attribute_id=75
相關文章
相關標籤/搜索