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

SQL

x
 
USE enwiki_p;
SELECT * FROM page_assessments_projects;
/*SELECT DISTINCT page.page_id, page.page_title
FROM page
INNER JOIN categorylinks ON
  cl_from = page.page_id
WHERE
  cl_to IN ("Top-importance_Archaeology_articles", 
            "High-importance_Archaeology_articles", 
            "Mid-importance_Archaeology_articles", 
            "Low-importance_Archaeology_articles",
            "NA-importance_Archaeology_articles",
            "Unknown-importance_Archaeology_articles")
ORDER BY page.page_title ASC;*/
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...