Skip to content

Instantly share code, notes, and snippets.

@cwhite92
Created December 5, 2014 15:53
Show Gist options
  • Save cwhite92/85ed457b4d68b285d688 to your computer and use it in GitHub Desktop.
Save cwhite92/85ed457b4d68b285d688 to your computer and use it in GitHub Desktop.
Archive product SQL
UPDATE products
SET archived = 'Y'
WHERE product_id = :P2_PRODUCT_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment