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]]. This query is a general byte size calculator in order to get the byte size changes in a CSV format.
Toggle Highlighting
SQL
SET @page = "2021 Pacific typhoon season"; SELECT DATE_FORMAT(rev_timestamp, "%Y-%m-%d %H:%i:%s") as `timestamp`, ( CAST(r1.rev_len AS SIGNED) - CAST(( SELECT r2.rev_len FROM revision r2 WHERE r2.rev_id = r1.rev_parent_id ) AS SIGNED) ) as `Average edit difference` FROM revision r1 JOIN `comment` ON rev_comment_id = comment_id JOIN actor ON rev_actor = actor_id 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...