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 User_name,count(rev1.rev_actor) Edit_count,concat(substr(user_registration,1,4),"-",substr(user_registration,5,2),"-",substr(user_registration,7,2)) Registration_date from revision rev1,actor actor1,page page1,user where page1.page_id=rev1.rev_page and actor1.actor_id=rev1.rev_actor and user_id=actor_user 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 actor1.actor_name not like "%>%" and rev1.rev_actor in (select rev_actor from revision,actor where actor_id=rev_actor and substr(rev_timestamp,1,6) >= "202306" group by rev_actor -- having count(rev_actor)>0 ) 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...