Fork of
Edit summary search
by Tamzin
This query is marked as a draft
This query has been published
by GeneralNotability.
SQL
AخA
SELECT actor_name AS user, count(actor_name) AS hits
FROM recentchanges
INNER JOIN comment on rc_id = comment_id
LEFT JOIN actor on rc_actor = actor_id
WHERE comment_text LIKE "%Fixed temporal range%"
GROUP BY actor_name
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.