SQL
AخA
use zhwiki_p;
SELECT rev_user_text, rev_timestamp, page_title from revision, page where page_id=rev_page and rev_timestamp>20140901000000 and rev_timestamp<20141001000000 and rev_user=0 limit 5000;
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.