Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Old articles that probably need talk pages
by
'; drop database prod;
This query is marked as a draft
This query has been published
by
'; drop database prod;
.
Toggle Highlighting
SQL
SELECT DISTINCT CONCAT("[[", p.page_title, "]]") AS page_title, CONCAT("[[Talk:", p.page_title, "]]") AS talk_title, r.rev_timestamp AS time FROM revision AS r, templatelinks AS tl, linktarget AS lt, page AS p LEFT OUTER JOIN page AS p2 ON p2.page_title = p.page_title AND p2.page_namespace = 1 AND p.page_namespace = 0 left outer join page_props on pp_page = p.page_id and pp_propname = "disambiguation" left outer join categorylinks on cl_type = "page" and cl_from = page_id and cl_to = "All_set_index_articles" where cl_from is null AND pp_page is null AND tl.tl_from = p.page_id AND tl.tl_from_namespace = p.page_namespace AND tl.tl_target_id = lt.lt_id AND p.page_namespace = 0 AND p.page_is_redirect = 0 AND p2.page_title IS NULL AND r.rev_id = p.page_latest AND r.rev_timestamp < 20190000000000 -- ORDER BY r.rev_timestamp LIMIT 200
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...