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.