Skip to content

Instantly share code, notes, and snippets.

@songyunlu
Created March 2, 2013 07:34
Show Gist options
  • Save songyunlu/5070063 to your computer and use it in GitHub Desktop.
Save songyunlu/5070063 to your computer and use it in GitHub Desktop.
UPDATE post SET tag = 1 WHERE id IN (1,2,3);
sleep 0.01;
UPDATE post SET tag = 1 WHERE id IN (4,5,6);
sleep 0.01;
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment