SQL
AخA
SELECT filepage.page_title
FROM categorylinks
INNER JOIN page filepage ON filepage.page_id = categorylinks.cl_from
INNER JOIN imagelinks ON imagelinks.il_to = filepage.page_title
WHERE categorylinks.cl_to = "Userspace_files"
AND imagelinks.il_from_namespace = 0
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.