Skip to content

Instantly share code, notes, and snippets.

@btihen
Last active August 29, 2015 14:00
Show Gist options
  • Save btihen/11363359 to your computer and use it in GitHub Desktop.
Save btihen/11363359 to your computer and use it in GitHub Desktop.
Retire via DB
use inventory;
UPDATE computers SET status='Retired' WHERE id='96';
UPDATE computers SET status='Retired' WHERE id='104';
UPDATE computers SET status='Retired' WHERE id='108';
UPDATE computers SET status='Retired' WHERE id='119';
UPDATE computers SET status='Retired' WHERE id='181';
UPDATE computers SET status='Retired' WHERE id='187';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment