Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Chaduvari
.
Toggle Highlighting
SQL
select actor1.actor_name,count(rev1.rev_actor) from revision rev1,actor actor1,page page1 where page1.page_id=rev1.rev_page and actor1.actor_id=rev1.rev_actor and actor1.actor_name not like "%Bot%" and actor1.actor_name not like "%bot%" and actor1.actor_name not like "%Awb%" and actor1.actor_name not like "%AWB%" and rev1.rev_actor in (select rev_actor from revision,page where page_id=rev_page and substr(rev_timestamp,1,4) in ("2023","2022","2021") group by rev_actor) group by rev1.rev_actor having count(rev1.rev_actor) >499 order by count(rev1.rev_actor) desc
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...