SQL
AخA
SELECT comment_text, COUNT(*)
FROM comment
INNER JOIN revision ON rev_comment_id = comment_id
WHERE rev_timestamp LIKE "2021%"
AND rev_actor = 1924860 -- FormalDude
GROUP BY 1
ORDER BY 2 DESC
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.