Fork of Find low resolution finna images by Zache
This query is marked as a draft This query has been published by Zache.

SQL

AخA
 
SELECT 
  img_name,
  img_height,
  img_width,
  GROUP_CONCAT(DISTINCT(el_to), " ")
FROM
  image,
  page,
  externallinks
WHERE
  img_name=page_title
  AND page_namespace=6
  AND page_id=el_from
  AND (el_index_60 LIKE "https://fi.kuvakokoelmat%/%" OR el_index_60 LIKE "http://fi.kuvakokoelmat%/%" )
  AND img_height<2000
  AND img_width<2000
  AND img_minor_mime="jpeg"
GROUP BY img_name
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.

Checking query status...