Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
CParle (WMF)
.
Toggle Highlighting
SQL
select distinct fa_id, 'commonswiki' as wiki_id, ar_page_id as page_id, CONCAT('File:', fa_name) as page_title, fa_deleted_user as uploader_user_id, fa_timestamp as uploaded_timestamp_string, fa_deleted_timestamp as deleted_timestamp_string, comment_text as deletion_comment from filearchive join archive on archive.ar_title=filearchive.fa_name and archive.ar_page_id is not null left join comment on fa_deleted_reason_id=comment_id where fa_id>0 limit 10000
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...