Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Commons files uploaded by WMF staff in past 30 days
by
Jmorgan (WMF)
This query is marked as a draft
This query has been published
by
Steinsplitter
.
Last run May 26, 2016. "Fork" this query and re-run it at any time to generate an updated list.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT rc_user_text AS staffer, user_editcount AS staffer_editcount, DATE_FORMAT(user_registration, "%Y-%m-%d") AS registration, CONCAT( "File:", rc_title) AS file, rc_comment AS log_summary FROM recentchanges INNER JOIN user ON rc_id = user_id AND rc_log_type = "upload" AND rc_user_text LIKE "% (WMF)" ;
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...