SQL
AخA
select page_title, count(*) from categorylinks inner join page on cl_from = page_id inner join globalimagelinks on gil_to = page_title and page_namespace = 6
where cl_to = "PNG_that_should_use_vector_graphics"
group by 1 order by 2 desc limit 1000;
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.