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

SQL

AخA
 
select count(rev_id) as total_revs, rev_user, rev_user_text 
from enwiki_p.revision_userindex 
where rev_page = 33585400 
and rev_timestamp > 20160217000000 
group by rev_user 
order by total_revs desc;
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...