SQL
x
use emlwiki_p
select il_from, count(il_to) as numimages
from imagelinks il
where il_to in ('%.jpg','%.JPG','%.jpeg','%.JPEG')
and il_from_namespace=0
group by il_from
having count(il_to)>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.