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 'commonswiki' as wiki_id, fa_id as page_id, CONCAT('File:', fa_name) as page_title, actor_user as uploader_user_id, fa_timestamp as uploaded_timestamp, fa_deleted_timestamp as deleted_timestamp, fa_deleted_timestamp as last_updated_timestamp, comment_text as deletion_comment from filearchive join actor on filearchive.fa_actor=actor.actor_id left join comment on fa_deleted_reason_id=comment_id where fa_id>=2000000 and fa_id<2010000 limit 10
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...