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
Nux
.
Toggle Highlighting
SQL
-- 2221092 -- SELECT rev_page FROM revision WHERE rev_id=263989 -- , count(rev_actor) as `edits_num`, sum(rev_len) as `total_len` SELECT rev.rev_actor AS actor_id, rev.rev_len, COALESCE(parent.rev_len, 0) AS parent_len, rev.rev_len - COALESCE(parent.rev_len, 0) AS len_difference FROM revision_userindex rev LEFT JOIN revision parent ON rev.rev_parent_id = parent.rev_id WHERE rev.rev_page = 2221092 AND rev.rev_minor_edit = 0 AND rev.rev_id <= 263989;
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...