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
Estopedist1
.
Toggle Highlighting
SQL
use etwiki_p; select page_title, iw.iwl_from, iw.iwl_title, count(iw.iwl_title) from iwlinks iw join page p on iw.iwl_from=p.page_id where p.page_namespace=0 and iwl_title not like "Category:%" and iwl_title not like "Wikipedia:%" and iwl_prefix<>"commons" group by iw.iwl_title order by count(*) desc limit 25;
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...