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; SELECT actor.actor_name, substring(ar_timestamp,1,4) as yeare, COUNT(actor.actor_name) as deleted_edits_in_mainspace FROM actor, archive, user WHERE archive.ar_actor = actor.actor_id and user_id=actor_user and actor_user is not null and ACTOR_NAME not like "%bot%" and ACTOR_NAME not like "%Bot%" and ar_namespace=0 gROUP BY yeare, ACTOR_NAME HAVING COUNT(actor.actor_name) > 100 order by yeare,COUNT(actor.actor_name) 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...