Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Uploaded via Campaign:wsc20-ru [Commons]
by
D6194c-1cc
This query is marked as a draft
This query has been published
by
MBH
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT actor_name, COUNT(actor_name) FROM revision r INNER JOIN actor a ON a.actor_id = r.rev_actor INNER JOIN page p ON page_id = r.rev_page INNER JOIN categorylinks cl ON page_id = cl.cl_from WHERE r.rev_parent_id = 0 AND cl.cl_to IN ("Uploaded_via_Campaign:wsc20-ru") GROUP BY a.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...