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
ST47
.
Toggle Highlighting
SQL
select T4.page_title, T1.rev_id, T1.rev_timestamp, T2.comment_text, T3.actor_name, sum(T1.rev_id) as matched_edits, T5.user_editcount from revision T1 left join comment T2 on T1.rev_comment_id = T2.comment_id left join actor T3 on T1.rev_actor = T3.actor_id left join page T4 on T1.rev_page = T4.page_id left join user T5 on T3.actor_user = T5.user_id where T1.rev_timestamp > 20191125000000 and T2.comment_text regexp binary "^(links?|references?) (added|corrected)$" group by T3.actor_user;
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...