Magento - finding products without images. Raw SQL.
SELECT * | |
FROM `catalog_product_entity` AS a | |
LEFT JOIN `catalog_product_entity_media_gallery` AS b ON a.entity_id = b.entity_id | |
WHERE b.value IS NULL |
This comment has been minimized.
This comment has been minimized.
Magento 2
|
This comment has been minimized.
This comment has been minimized.
Magento 2
|
This comment has been minimized.
This comment has been minimized.
Hello my friends - I hope you are all doing well
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.