SQL
AخA
USE cswiki_p;
SELECT actor_name, COUNT(*) AS number FROM page JOIN revision ON page_id = rev_page JOIN actor ON rev_actor = actor_id WHERE page_is_redirect = 1 AND rev_id = page_latest GROUP BY actor_name ORDER BY number DESC, actor_name 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.