SQL
AخA
USE commonswiki_p;
SET @uid = 10550239; #JakobHosp
SELECT img_name FROM image
JOIN actor ON actor_id = img_actor
JOIN user ON user_id = @uid AND user_id = actor_user
#WHERE img_size = 0
LIMIT 5;
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.