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
Zache
.
Toggle Highlighting
SQL
use fiwiki_p; select page_title, sum(cast(r1.rev_len as signed)-cast(r2.rev_len as signed)) as diff_len, count(distinct(r1.rev_id)) as edits, max(r1.rev_timestamp) as max_ts from page, actor_revision, revision_userindex as r1 LEFT JOIN revision_userindex as r2 ON r2.rev_id=r1.rev_parent_id WHERE page_namespace=0 and r1.rev_page=page_id and r1.rev_actor=actor_id and actor_name="Hartz" group by page_id order by c desc;
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...