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

SQL

AخA
 
SELECT comment_text, COUNT(*) AS n
FROM revision_userindex
JOIN `comment` ON comment_id = rev_comment_id AND comment_text LIKE '%improve link%'
WHERE rev_actor = 4965 /* (SELECT actor_id FROM actor WHERE actor_name = 'Certes') */
AND rev_timestamp > '202207'
GROUP BY comment_text
HAVING n>30
ORDER BY n DESC, comment_text
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...