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 actor_name User_name, count(actor_name) deletion_count from archive,actor where actor_id=ar_actor -- and ar_namespace=0 and ar_parent_id=0 #to find all the deleted edits - not just pages - comment out this clause with -- group by actor_name order by deletion_count desc */ select actor_name User_name, count(actor_name) deleted_pages, count(ac1.actor_name) deleted_edits, from archive,actor,archive a1,actor ac1 where actor_id=ar_actor and a1.ar_actor=ar_actor and ac1.actor_id=actor_id -- and ac1.actor_id=actor_id -- and ar_namespace=0 and ar_parent_id=0 #to find all the deleted edits - not just pages - comment out this clause with -- group by actor_name order by deleted_pages desc, deleted_edits 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...