This query is marked as a draft This query has been published by Tamzin.

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 = 785255 -- Tamzin
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.

Checking query status...