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
Edgars2007
.
Toggle Highlighting
SQL
USE enwiki_p; select concat('[[',page_title,']]'), concat('[[Talk:',page_title,']]'), concat("[//en.wikipedia.org/w/index.php?title={{FULLPAGENAMEE:Talk:",page_title,"}}&action=edit Edit talk page]") page_len from page where page_is_redirect=0 and page_namespace=0 and page_title not in (select p.page_title from templatelinks pl join page p on pl.tl_from_namespace=p.page_namespace and p.page_id=pl.tl_from where pl.tl_from_namespace=1 and (pl.tl_title="WPBannerMeta" or pl.tl_title="WikiProject_Military_history")) order by page_len 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...