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
Stuartyeates
.
Toggle Highlighting
SQL
SELECT DISTINCT -- article.page_title, -- talk.page_title, alias.page_title FROM redirect join page as alias on rd_from = alias.page_id and alias.page_namespace = 0 and rd_namespace = 0 and rd_interwiki = NULL -- join page as article ON article.page_title = rd_title AND article.page_namespace = 0 -- join page as talk ON article.page_title = talk.page_title AND talk.page_namespace = 1 -- JOIN categorylinks c1 ON talk.page_id = c1.cl_from AND c1.cl_to = "WikiProject_New_Zealand_articles" WHERE article.page_title = talk.page_title AND article.page_namespace = 0 AND talk.page_namespace = 1 LIMIT 10
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...