Created
June 10, 2014 16:05
-
-
Save magentogirl/91b0350532e762cb6b6f to your computer and use it in GitHub Desktop.
mage-products-with-no-images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from catalog_product_entity_varchar v join catalog_product_entity e | |
on v.entity_id = e.entity_id | |
WHERE attribute_id in (8586,87) AND value = 'no_selection'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment