SQL
AخA
SELECT img_name, CONCAT(ROUND(img_size/1024), ' KB') as size, CONCAT(img_width, "x", img_height) as resolution,
CONCAT(ROUND(img_timestamp/1000000)%100, ".", ROUND(img_timestamp/100000000)%100, ".", ROUND(img_timestamp/10000000000)) as date
FROM commonswiki_p.image
WHERE img_user_text = "Tohaomg"
AND img_minor_mime = "png"
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.