Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:08
Show Gist options
  • Save skorotkiewicz/4943322592d0bace5654d312d3ce5c89 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/4943322592d0bace5654d312d3ce5c89 to your computer and use it in GitHub Desktop.
WHERE id between 8571 and 139109
DELETE FROM punbb_posts WHERE id >= 8571 AND id <= 139109;
DELETE FROM punbb_posts WHERE id between 8571 and 139109;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment