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
MPGuy2824
.
Toggle Highlighting
SQL
#select * from user_groups join user on user_id=ug_user where user_name="MPGuy2824" limit 10; #select * from logging where log_type="rights" and log_action!="autopromote" and log_timestamp>20220801000000 and log_params like "%newgroups%patroller%"and log_params not like "%oldgroups%patroller%newgroups%" limit 10; #select * from logging where log_type="rights" and log_action!="autopromote" and log_timestamp>20220801000000 and log_params not like "%newgroups%patroller%"and log_params like "%patroller%newgroups%" limit 10; select * as username from user, user_former_groups where ufg_group = 'patroller' and user_id = ufg_user order by user_name asc limit 10
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...