This query is marked as a draft This query has been published by MarioGom.

SQL

AخA
 
SELECT
page_id,
page_title
FROM categorylinks
INNER JOIN pagetriage_page ON categorylinks.cl_from = pagetriage_page.ptrp_page_id
INNER JOIN page ON pagetriage_page.ptrp_page_id = page.page_id
WHERE
TRUE
AND cl_to = 'All_articles_with_topics_of_unclear_notability'
AND ptrp_reviewed = 0
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.
All SQL code is licensed under CC0 License.

Checking query status...