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
Cryptic
.
Pages that link to themselves. This only shows links from a page exactly to itself, that is, it won't see a link from a page to a redirect that points back at page. It will show links that are on a transcluded template (e.g. from [[Achilles]] back to itself via {{Characters in the Iliad}}), and there's no way to exclude those. For [[WP:RAQ#Articles that link to themselves]] circa 24 June 2020.
Toggle Highlighting
SQL
SELECT page_namespace, page_title FROM page JOIN pagelinks ON pl_from = page_id WHERE pl_namespace = page_namespace AND pl_title = page_title LIMIT 10000;
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...