SQL
AخA
USE commonswiki_p;
SELECT fa_name AS File,
fa_deleted_reason AS Comment,
LEFT(fa_deleted_timestamp,8) AS Date
from filearchive
WHERE fa_user="1086557"
ORDER BY fa_timestamp DESC
LIMIT 100;
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.