Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. SELECT a.row_id, a.sku, a.type_id
  2. FROM `catalog_product_entity` AS a
  3. LEFT JOIN `catalog_product_entity_media_gallery_value_to_entity` AS b
  4. ON a.row_id = b.row_id
  5. WHERE b.value_id IS NULL;
Add Comment
Please, Sign In to add comment