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
DreamRimmer
.
Toggle Highlighting
SQL
SELECT DISTINCT pr.user_name FROM page AS p JOIN revision AS r ON p.page_id = r.rev_page JOIN recentchanges AS rc ON rc.rc_cur_id = r.rev_id JOIN user_groups AS ug ON rc.rc_user = ug.ug_user JOIN user AS pr ON rc.rc_user = pr.user_id WHERE rc.rc_timestamp BETWEEN '20231001000000' AND '20231031235959' AND rc.rc_namespace = 0 AND rc.rc_type = 0 AND p.page_id IN ( SELECT rd.rd_from FROM redirect AS rd WHERE rd.rd_namespace = 0 AND rd.rd_title = "Redirect_for_discussion" ) AND ug.ug_group = 'patroller';
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...