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
Levivich
.
Toggle Highlighting
SQL
with moves as ( select log_page from logging_logindex where log_type = 'move' and log_page is not null ) select * from ( select page_title, page_namespace, page_is_redirect count(*) as move_count from page join moves on moves.log_page = page_id group by page_title, page_namespace, page_is_redirect ) as mp where mp.move_count > 10 where page_namespace is 0 order by mp.move_count desc limit 100
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...