Fork of Bad links from wikis to Commons: redirects by Achim55
This query is marked as a draft This query has been published by Achim55.

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.

Checking query status...