SQL
AخA
use lvwiki_p;
select cl_to, page_namespace, count(*)
from categorylinks c
join page p on p.page_id=c.cl_from
where page_namespace in (0,2)
group by cl_to, page_namespace
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.