Fork of Images at pt.wiki with old versions and less 500px height by Stanglavine
This query is marked as a draft This query has been published by Albertoleoncio.

SQL

x
 
USE ptwiki_p;
select
    img_name AS "img name",
    img_height AS "img height",
    oi_name AS "file name",
    oi_archive_name AS "version name"
from
    image,
    oldimage
WHERE img_name = oi_name AND img_height < 501 AND img_height != 0
ORDER BY img_name ASC
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...