Advertisement
Guest User

Untitled

a guest
May 5th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT cpe.entity_id, cpw.website_id FROM catalog_product_entity as cpe
  2. LEFT JOIN catalog_product_website as cpw on cpw.product_id = cpe.entity_id
  3. WHERE cpw.website_id IS NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement