SQL
x
# 110,000 Self-published_work, 174,000 All_free_media
SELECT cl_from
FROM categorylinks
WHERE cl_to = "Self-published_work"
AND cl_from IN (
SELECT cl_from
FROM categorylinks
WHERE cl_to = "All_free_media"
)
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.