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
USE tewiki_p; use tewiki_p; SELECT ar_actor, count(ar_actor) as "Articles deleted" FROM revision, page, actor, archive where page.page_is_redirect=0 and ar_namespace = 0 and ar_parent_id = 0 and revision.rev_page = page.page_id and ar_actor = actor.actor_id and rev_actor = actor.actor_id and ar_timestamp > 20100100000000 and ar_timestamp < 20110100000000 group by ar_actor order by count(ar_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...