Fork of
Number of files per user in some category
by Jarekt
This query is marked as a draft
This query has been published
by Jarekt.
SQL
x
USE commonswiki_p;
SELECT page_id, page_title
FROM page
INNER JOIN categorylinks on page_id = cl_from and cl_to='Artworks_with_mismatching_structured_data_P6243_property'
where page_namespace = 6
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.