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
MPGuy2824
.
Toggle Highlighting
SQL
-- and talkC.cl_to IN ( "Articles_that_have_been_nominated_for_Did_you_know", -- "Wikipedia_Did_you_know_articles") SELECT article.page_title FROM page AS article join page as talk on talk.page_namespace=1 and talk.page_title=article.page_title join categorylinks as talkC on talkC.cl_from=talk.page_id join pagetriage_page on article.page_id=ptrp_page_id WHERE article.page_is_redirect=0 and ptrp_reviewed != 1 AND article.page_namespace=0 and talkC.cl_to IN ( "Good_article_nominees", "Wikipedia_featured_list_candidates") limit 50;
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...