Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Top 100 users by bytes added in 2020 - bnwiki
by
কুউ পুলক
This query is marked as a draft
This query has been published
by
Kasyap
.
Toggle Highlighting
SQL
USE tewiki_p; SELECT actor_name, actor_user, count(actor_name) as Edit_count, SUM(abs(CAST(rev.rev_len as signed)-if(rev.rev_parent_id=0,0,CAST(parent.rev_len as signed)))) AS Gross_byte_count, SUM(CAST(rev.rev_len as signed)-if(rev.rev_parent_id=0,0,CAST(parent.rev_len as signed))) AS nett_byte_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 substr(rev.rev_timestamp,1,4)="2020" AND actor_user IS NOT NULL GROUP BY actor_name order by Gross_byte_count desc limit 10000
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...