Advertisement
riversy

Untitled

Nov 21st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.22 KB | None | 0 0
  1. select `product`.sku, `family`.attribute_set_name from catalog_product_entity as `product`
  2. INNER JOIN  eav_attribute_set as `family` ON (`family`.attribute_set_id = `product`.attribute_set_id AND `family`.entity_type_id = '4')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement