SQL
x
select pl_title, count(pl_from) from pagelinks
where not pl_namespace
and not pl_from_namespace
group by pl_title
order by count(pl_from) desc
limit 10
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.