Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. select * from eav_attribute where attribute_code = '[YOUR_ATTRIBUTE_CODE]';
  2.  
  3. delete v from catalog_product_entity_varchar v
  4. join catalog_product_entity p
  5. on p.entity_id = v.entity_id
  6. join eav_attribute a
  7. on v.attribute_id = a.attribute_id and a.attribute_code = '[YOUR_ATTRIBUTE_CODE]';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement