This query is marked as a draft This query has been published by Antigng.

SQL

AخA
 
use zhwiki_p;
select user_name from user,revision,page where user_id=rev_user and user_editcount>100 and rev_page=page_id and page_namespace=4 and rev_timestamp>20180125073400 and rev_timestamp<20180129091600 and !(user_name rlike "[Bb][Oo][Tt]") limit 50000;
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.

Checking query status...