Fork of Unique participants to @ISA on Commons (all years) by Anthere
This query is marked as a draft This query has been published by Beat Estermann.

SQL

AخA
 
SELECT actor_name, COUNT(*) AS count
FROM revision
JOIN comment_revision ON rev_comment_id=comment_id
JOIN page ON rev_page=page_id
JOIN actor_revision ON rev_actor=actor_id
JOIN change_tag ON rev_id=ct_rev_id
JOIN change_tag_def ON ct_tag_id=ctd_id
WHERE
  (ct_tag_id=414 OR ct_tag_id=593 OR ct_tag_id=563)
  AND rev_timestamp BETWEEN 20180101000000 AND 20231231999999
  AND comment_text RLIKE 'campaign[0-9]+@ISA'
GROUP BY rev_actor
ORDER BY count 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...