Created
January 3, 2014 19:00
-
-
Save bhearsum/8244173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from buildrequests LEFT OUTER JOIN builds on builds.brid = | |
buildrequests.id WHERE builds.brid IS NULL and buildrequests.complete = 0 and | |
buildrequests.claimed_at != 0 and (buildrequests.claimed_at < (unix_timestamp() - 300)) order by submitted_at desc; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment