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
Alexander Misel
.
Toggle Highlighting
SQL
SELECT rev_page, SUM(diff_len) total FROM (SELECT r1.rev_page, (r1.rev_len - r2.rev_len) diff_len FROM actor JOIN revision_actor_temp ON revactor_actor = actor_id JOIN revision r1 ON r1.rev_id = revactor_rev JOIN comment ON r1.rev_comment_id = comment_id JOIN revisoin r2 ON r1.rev_id = r1.rev_parent_id WHERE actor_name = 'Alexander Misel' AND comment_text NOT LIKE '回退%') page_changes GROUP BY rev_page
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...