Fork of
popular images in category
by Bawolff
This query is marked as a draft
This query has been published
by Bawolff.
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" and gil_page_namespace_id = 0
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.