SQL
AخA
SELECT page_title, COUNT(*)
FROM page
JOIN imagelinks ON il_to = page_title
WHERE page_is_redirect = 1
AND page_namespace = 6
AND il_from_namespace = 0
GROUP BY page_title
ORDER BY COUNT(*) DESC, page_title ASC;
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.