SQL
AخA
USE commonswiki_p;
SELECT fa_timestamp AS File,
fa_deleted_reason AS Comment,
LEFT(fa_deleted_timestamp,8) AS day,
COUNT(*)
from filearchive
WHERE fa_description = 'Cross-wiki upload from pt.wikipedia.org'
GROUP BY day
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.