SQL
AخA
USE commonswiki_p;
SELECT *
FROM page p
INNER JOIN categorylinks c2 ON p.page_id = c2.cl_from AND c2.cl_to = "Flickr_images_needing_human_review"
AND p.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.