Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
mobile upload metadata (from logging, depending on change tag)
by
Whym
This query is marked as a draft
This query has been published
by
Lucas Werkmeister
.
Toggle Highlighting
SQL
SELECT actor_name, COUNT(*) FROM logging JOIN change_tag ON log_id = ct_log_id JOIN change_tag_def ON ct_tag_id = ctd_id JOIN page ON log_page = page_id JOIN image ON page_title = img_name JOIN actor_logging ON log_actor = actor_id WHERE ctd_name IN ('flickr2commons', 'OAuth CID: 1771') AND log_type = "upload" GROUP BY actor_name ORDER BY COUNT(*) DESC
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...