SQL
AخA
USE hewiki_p;
SELECT rev_id, rev_page AS page_id
FROM revision_userindex
WHERE rev_timestamp BETWEEN "20140101" AND "20150101"
ORDER BY RAND()
LIMIT 20000;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.