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
Stjn
.
Pages by author in Commons category ‘Uploaded via Campaign:wsc18-ru’
Toggle Highlighting
SQL
USE commonswiki_p; SELECT rev_user_text, COUNT(rev_user_text) AS total, rev_comment, rev_timestamp FROM revision r INNER JOIN page p ON page_id = r.rev_page INNER JOIN categorylinks cl ON page_id = cl.cl_from WHERE p.page_namespace = 6 AND r.rev_parent_id = 0 AND cl.cl_to IN ("Uploaded_via_Campaign:wsc18-ru") GROUP BY rev_user_text 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...