I have some thousand products and want to find all products without an image. I tried to search for (no image) in the admin products grid, but no result. How can I make an S
for product without small image try this
select * from catalog_product_entity_varchar WHERE attribute_id = 86 AND value = 'no_selection'
find attribute_id in eav_attribute table