Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Commons deletion requests which haven't been transcluded
by
Stefan2
This query is marked as a draft
This query has been published
by
Stefan2
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT CONCAT('{{Wikipedia:', p.page_title, '}}') FROM page p LEFT JOIN (templatelinks t INNER JOIN page p2 ON p2.page_id = t.tl_from AND p2.page_title LIKE 'Articles_for_deletion/%') ON p.page_title = t.tl_title AND t.tl_from_namespace = 4 AND t.tl_namespace = 4 WHERE t.tl_from IS NULL AND p.page_namespace = 4 AND p.page_title LIKE 'Articles_for_deletion/%' AND p.page_title NOT LIKE 'Deletion_requests/LOG/%' AND p.page_is_redirect = 0
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...