Skip to content

Instantly share code, notes, and snippets.

@rococodogs
Last active August 29, 2015 14:04
Show Gist options
  • Save rococodogs/f6fd785399d86564062e to your computer and use it in GitHub Desktop.
Save rococodogs/f6fd785399d86564062e to your computer and use it in GitHub Desktop.
HistoricalCats db cleanup
delete from tweets where timestamp < (NOW() - INTERVAL 6 MONTH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment