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
DannyS712
.
Toggle Highlighting
SQL
SELECT cat1.cl_from, CONCAT('[[Talk:', pg1.page_title, ']]') AS page, pg1.page_namespace, pg1.page_id FROM categorylinks cat1 LEFT JOIN page pg1 ON pg1.page_id = cat1.cl_from WHERE cat1.cl_to = CONCAT('Unassessed_', 'Athletics', # The wikiproject '_articles') AND pg1.page_namespace = 1 AND pg1.page_title IN ( SELECT pg2.page_title FROM page pg2 WHERE pg2.page_id IN ( SELECT cat2.cl_from FROM categorylinks cat2 WHERE cat2.cl_to = 'All_stub_articles' ) and pg2.page_namespace = 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...