Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Beat Estermann
.
Toggle Highlighting
SQL
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 20230101000000 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...