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

SQL

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