Fork of Untitled query #47481 by Gone Postal
This query is marked as a draft This query has been published by Gone Postal.

SQL

AخA
 
USE commonswiki_p;
SELECT COUNT(img_name) AS Count,
    SUM(img_size)>>20 AS Size_MiB
FROM image
INNER JOIN actor_image ON actor_id = img_actor 
WHERE actor_name = "Gone Postal";
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.

Query status: complete

Executed in 0.28 seconds as of Mon, 21 Feb 2022 04:33:28 UTC.