Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Last active December 14, 2015 11:49
Show Gist options
  • Select an option

  • Save memorycraft/5081971 to your computer and use it in GitHub Desktop.

Select an option

Save memorycraft/5081971 to your computer and use it in GitHub Desktop.
mysql> delete from order_line where ol_number % 2 = 0;
Query OK, 1417106 rows affected (45.03 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment