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
Chlod
.
Part of [[w:en:User:Chlod/Analysis/2021 Pacific typhoon season]].
Toggle Highlighting
SQL
SET @page = "2021 Pacific typhoon season"; SELECT rev_id, rev_parent_id, rev_len, ( rev_len - ( SELECT r2.rev_len FROM revision r2 WHERE r2.rev_id = r1.rev_parent_id ) ) as `diff` FROM revision r1 WHERE rev_page = (SELECT page_id FROM page WHERE page_namespace = 0 AND page_title = REPLACE(@page, " ", "_")) ORDER BY rev_timestamp
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...