SQL
AخA
select page_id, page_namespace, page_title, (select count(*) from cswiki_p.pagelinks where pl_from = page_id) as linkcount from cswiki_p.page where page_is_redirect = 1 having linkcount > 1 order by linkcount;
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.