SQL
AخA
select lt_title Page_title,count(lt_title) Incoming_redlinks_Count from linktarget
where lt_namespace=0
and lt_namespace=0
and lt_title not in (select page_title
from page
where page_namespace = 0)
group by lt_title
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.