SQL
AخA
SELECT
CONCAT ('[[:File:',
faimage.img_name,
']]')
FROM
fawiki_p.image as faimage
where faimage.img_name in
(SELECT log_title
FROM enwiki_p.logging
WHERE log_type = 'delete'
AND log_action = 'delete'
AND log_namespace = 6
GROUP BY log_timestamp)
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.