Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Transclusions of missing templatelinks
by
EqJjgOa8rVvsRmZL
This query is marked as a draft
This query has been published
by
PAC2
.
Code from https://github.com/fastily/fastilybot-toolforge/blob/master/scripts/report14.sql
Toggle Highlighting
SQL
select page_title, lt_title from linktarget join templatelinks on tl_target_id = lt_id join page on tl_from = page_id and page_namespace = 0 where lt_namespace = 10 and lt_title not in (select page_title from page where page_namespace = 10); /* select page_title, pl_title from pagelinks join page on pl_from = page_id and page_namespace = 0 where pl_namespace = 10 and pl_title not in (select page_title from page where page_namespace = 10) 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...