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
Chlod
.
Counts number of edits by user to WP:CCI subpages
Toggle Highlighting
SQL
SELECT `actor_name` as `Username`, COUNT(1) as `Edits`, MAX(DATE_FORMAT(`rev_timestamp`, "%Y-%m-%d %H:%i:%s")) as "Last edit" FROM `revision` JOIN `page` ON `rev_page` = `page_id` JOIN `actor_revision` ON `actor_id` = `rev_actor` WHERE `page_namespace` = 4 AND `page_title` LIKE "Contributor_copyright_investigations%" GROUP BY `Username` ORDER BY `Edits` 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...