This query is marked as a draft This query has been published by Ghuron.

SQL

AخA
 
select page_title, COUNT(*) from iwlinks 
inner join page on iwl_from = page_id and page_namespace=0
group by page_title having(Count(*)>100) order by count(*) desc;
#select * from page where page_id=7196874;
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.

Checking query status...