SQL
AخA
SELECT gil_to, gil_wiki, gil_page_namespace, gil_page_title FROM globalimagelinks
WHERE gil_to IN (
SELECT page_title FROM page
LEFT JOIN categorylinks ON cl_from = page_id
WHERE cl_to = 'Photos_by_Taavi_Väänänen'
AND page_namespace = 6
)
ORDER BY gil_to, gil_wiki, gil_page_namespace, gil_page_title;
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.