Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
taWS:All time Top 100 users by bytes added in NS0
by
Amutha10
This query is marked as a draft
This query has been published
by
Amutha10
.
Toggle Highlighting
SQL
USE tawikisource_p; SELECT actor_name, count(actor_name) as Edit_count, FROM revision rev left join actor ON actor_id = rev.rev_actor left JOIN revision parent ON parent.rev_id = rev.rev_parent_id left JOIN page ON page_id = rev.rev_page WHERE page_namespace = 0 and actor_user IS NOT NULL -- and page_namespace=0 -- and left(rev.rev_timestamp,4)=2020 GROUP BY actor_name order by Edit_count desc limit 300
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...