Skip to content

Instantly share code, notes, and snippets.

@magentogirl
Created June 10, 2014 16:05
Show Gist options
  • Save magentogirl/91b0350532e762cb6b6f to your computer and use it in GitHub Desktop.
Save magentogirl/91b0350532e762cb6b6f to your computer and use it in GitHub Desktop.
mage-products-with-no-images
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