SQL
AخA
select count(pl_from), page_title as target from pagelinks
join page on pl_title = page_title
join page_props on pp_page = page_id and pp_propname = "disambiguation"
group by page_title having count(pl_from) > 5 limit 2000
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.