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
Scott Burley
.
Toggle Highlighting
SQL
select * from (select user_name from user_groups left join user on user_groups.ug_user = user.user_id where user_groups.ug_group = 'sysop' limit 100) as sysops left join (select log_timestamp, log_title from logging where log_comment_id = 43403311) as times on sysops.user_name = times.log_title;
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...