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 page_namespace=0 -- and user_id=actor_user -- and actor_name like "%AWB%" and count(rev1.rev_actor) >99 /*and actor_name not like "%Bot%" and actor_name not like "%bot%" and actor_name not like "%Awb%" and actor_name not like "%AWB%"*/ group by rev1.rev_actor having actor1.actor_name in (select actor_name from revision,actor,page where page_id=rev_page and actor_id=rev_actor -- and page_namespace=0 -- and user_id=actor_user -- and actor_name like "%AWB%" and substr(rev_timestamp,1,4) in ("2023","2022","2021") and actor_name not like "%Bot%" and actor_name not like "%bot%" and actor_name not like "%Awb%" and actor_name not like "%AWB%" group by rev_actor) -- having count(rev_actor) >99 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...