Skip to content

Instantly share code, notes, and snippets.

@antoineguilbert
Created December 14, 2016 10:52
Show Gist options
  • Save antoineguilbert/0cef236890e0c5bfdb1743e368718b80 to your computer and use it in GitHub Desktop.
Save antoineguilbert/0cef236890e0c5bfdb1743e368718b80 to your computer and use it in GitHub Desktop.
UPDATE ps_product_shop SET available_for_order =0 WHERE id_product IN (
SELECT id_product
FROM `ps_product`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment