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
Certes
.
Pages called Foo (bar) which are widely read, where Foo is (or redirects to) a different article. There may be a case for moving Foo and putting a dab, or even Foo (bar), at that title. There may also be links to fix where an editor has erroneously linked to the base name but intended the qualified topic.
Toggle Highlighting
SQL
SELECT pl_title AS Title FROM pagelinks JOIN page ON page_namespace=0 AND page_title=SUBSTRING_INDEX(pl_title, " (", 1) WHERE pl_from = (SELECT page_id FROM page WHERE page_namespace=2 AND page_title="HostBot/Top_1000_report") AND pl_namespace=0 AND pl_title REGEXP "\\((?!series)" AND NOT EXISTS (SELECT 1 FROM page_props WHERE pp_page=page_id AND pp_propname = "disambiguation") ORDER BY Title
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...