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
.
This resultset contains both moves with creating a redirect and without one
Toggle Highlighting
SQL
use tewiki_p; select actor_name, count(actor_name) as no_of_page_moves from logging,actor where actor_id=log_actor and log_type="close" group by actor_name having no_of_page_moves > 9 order by no_of_page_moves 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...