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
Semi-Brace
.
Toggle Highlighting
SQL
use jawiki_p; /* SELECT * FROM change_tag_def; */ SELECT /* COUNT(*) as `rollbacker in jawp` */ U.user_id, U.user_name, U.user_editcount, UG.ug_group, RC.* FROM `user` as U, `actor` as AC, `user_groups` as UG, `recentchanges` as RC WHERE 1 = 1 and (UG.ug_group = 'rollbacker' or UG.ug_group = 'sysop') and U.user_id = UG.ug_user -- and RC.rc_actor = AC.actor_id and AC.actor_user = U.user_id and RC.rc_actor = AC.actor_id;
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...