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
Pppery
.
Toggle Highlighting
SQL
SELECT concat( "* [[Template:", replace(srcpage.page_title, "_", " "), "]]" ) AS srctitle FROM page as srcpage JOIN page_restrictions as srcrestrs ON srcrestrs.pr_page = srcpage.page_id AND srcrestrs.pr_type = "edit" JOIN redirect ON rd_from = srcpage.page_id JOIN page as dstpage ON dstpage.page_namespace = rd_namespace AND dstpage.page_title = rd_title WHERE srcpage.page_namespace = 10 AND NOT EXISTS (select 1 from page_restrictions dstrestrs where pr_page = dstpage.page_id) ;
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...