SQL
AخA
SELECT COUNT(r.rev_id) AS edits, SUM(r2.rev_len-r.rev_len)/4 AS dois
FROM revision_userindex r
JOIN comment c
ON r.rev_actor = 29612637
AND r.rev_comment_id = c.comment_id
AND r.rev_timestamp > "20230801000000"
AND r.rev_timestamp < "20230824000000"
AND c.comment_hash = -467734898
JOIN revision r2
ON r2.rev_id = r.rev_parent_id
AND r.rev_len < r2.rev_len;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.