Fork of
All images on a page
by Jmorgan (WMF)
This query is marked as a draft
This query has been published
by Premeditated.
SQL
AخA
SELECT page_title, il_to FROM nowiki_p.page AS article JOIN nowiki_p.imagelinks AS images_on_pages
ON article.page_id = images_on_pages.il_from AND il_from = 122986;
GROUP BY page_title, il_to
HAVING COUNT(id) >1
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.