SQL
AخA
SELECT concat ('*[[:File:', fa_name, ']]'), user_name, actor_name
FROM filearchive
JOIN actor ON fa_actor = actor_id
JOIN user ON user_id = fa_deleted_user
WHERE fa_name LIKE '%Kris_Kourtis%';
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.