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

SQL

AخA
 
select lt_title pagee,count(pl_from) Incoming_redlinks_Count from linktarget,pagelinks
where   
pl_target_id=lt_id
and lt_namespace=0
        and lt_title not in (select page_title
                from page 
                where page_namespace = 0)
 group by lt_title
having count(pl_from)>=5
order by count(pl_from) desc
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...