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 comment_text as "Comment" actor_name as "User", ( 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 `Difference` FROM revision r1 JOIN `comment` WHERE rev_comment_id = comment_id JOIN actor WHERE 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...