Skip to content

Instantly share code, notes, and snippets.

@Ironholds
Created June 10, 2013 17:39
Show Gist options
  • Save Ironholds/5750728 to your computer and use it in GitHub Desktop.
Save Ironholds/5750728 to your computer and use it in GitHub Desktop.
Borked query
SELECT
substring(revision.rev_timestamp,1,8) AS rev_timestamp,
revision.rev_comment AS reason,
revision.rev_sha1 as sha
FROM revision
WHERE revision.rev_timestamp > 20130609235959;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment