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
Samuel (WMF)
.
Toggle Highlighting
SQL
use metawiki_p; SELECT DISTINCT a.actor_name AS author, ( select count(*) from revision_userindex r where r.rev_actor = a.actor_id and r.rev_timestamp > (now() - INTERVAL 15 DAY + 0) ) as total, p.page_id FROM revision_userindex r LEFT JOIN page p ON r.rev_page = p.page_id LEFT JOIN actor a on r.rev_actor = a.actor_id WHERE p.page_id = 11113472 LIMIT 3;
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...