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
also, to get the sql that the query Alan describes runs behind the scenes:
echo (string) $products->getSelect();