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
Certes
.
Toggle Highlighting
SQL
SELECT actor_name, COUNT(*) as edits, MIN(rc_title) AS example_1, MAX(rc_title) AS example_2, MIN(rc_timestamp) AS start_time FROM recentchanges JOIN `comment` ON comment_id = rc_comment_id AND comment_text REGEXP "#WPWP" AND comment_text NOT REGEXP "(Undid|Reverted|revision)" JOIN actor ON actor_id = rc_actor WHERE rc_namespace = 0 AND rc_timestamp >= "202107" GROUP BY actor_name HAVING edits > 5 ORDER BY edits 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...