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
Piastu
.
Toggle Highlighting
SQL
select coalesce(page_title, "Overall") as article, sum(cast(base_rev.rev_len as signed) - cast(ifnull(parent_rev.rev_len, 0) as signed)) as diff, count(page_title) as edits from revision as base_rev inner join page on page_id = rev_page inner join actor on actor_id = base_rev.rev_actor inner join user on user_id = actor_user left join revision as parent_rev on parent_rev.rev_id = base_rev.rev_parent_id where user_name = "Piastu" and page_namespace = 0 and page_is_redirect = 0 group by page_title with rollup;
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...