Last active
February 18, 2022 17:11
-
-
Save maxout/f9317a8b79c2079b4c50a973c7754e32 to your computer and use it in GitHub Desktop.
get all products with manufacture that not exists in SW6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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