Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
English Wiktionary edits-per-day leaderboard for 2020
by
Erutuon
This query is marked as a draft
This query has been published
by
Erutuon
.
Running this query on all edits times out.
Toggle Highlighting
SQL
use enwiktionary_p; select date_format(rev_timestamp, '%Y-%m-%d') as day, actor_name, count(*) as count from revision join actor on actor_id = rev_actor where rev_timestamp > '2014' group by substring(rev_timestamp, 1, 8), actor_name order by count(*) desc limit 1000;
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...