Skip to content

Instantly share code, notes, and snippets.

@maxout
Last active February 18, 2022 17:11
Show Gist options
  • Save maxout/f9317a8b79c2079b4c50a973c7754e32 to your computer and use it in GitHub Desktop.
Save maxout/f9317a8b79c2079b4c50a973c7754e32 to your computer and use it in GitHub Desktop.
get all products with manufacture that not exists in SW6
SELECT * FROM `product` WHERE product_manufacturer_id not in (SELECT id from product_manufacturer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment