SQL
x
USE enwiki_p;
SELECT page_id, page_title
FROM page
JOIN categorylinks
ON page_id=cl_from
WHERE page_namespace IN (0,1)
AND cl_to IN ('Top-importance_Africa_articles',
'High-importance_Africa_articles',
'Mid-importance_Africa_articles',
'Low-importance_Africa_articles',
'NA-importance_Africa_articles',
'Unknown-importance_Africa_articles');
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.