Created
October 10, 2018 04:41
-
-
Save audiodude/28ea35e9657b5ff4d5f7c6e887d9f345 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 rev_id | |
| from enwiki_p.revision join enwiki_p.page | |
| on page_namespace = ? and page_title = ? | |
| and rev_page = page_id | |
| where rev_timestamp <= ? | |
| order by rev_timestamp desc limit 1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment