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
.
Recent edits with summary beginning "Bot: " made by non-bot accounts
Toggle Highlighting
SQL
SELECT actor_name AS "User", COUNT(*) AS "Edits", MIN(rc_timestamp) AS Earliest, MAX(rc_timestamp) AS Latest, MIN(comment_text) AS "Example edit summary" FROM recentchanges, `comment`, actor WHERE comment_id = rc_comment_id AND comment_text LIKE "Bot: %" AND rc_bot = 0 AND actor_id = rc_actor GROUP BY actor_name
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...