Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Recent unblocks by admins who weren't the blocking admin
by
MJL
This query is marked as a draft
This query has been published
by
MJL
.
Toggle Highlighting
SQL
SELECT x.actor_name as `Admin1`, log_timestamp, CONCAT("User:", a.log_title) as `user`, comment_text FROM logging_logindex a JOIN comment_logging on a.log_comment_id = comment_id JOIN actor x on x.actor_id = a.log_actor WHERE a.log_action = "unblock" AND a.log_type = "block" AND a.log_title in (select b.log_title from logging_logindex b where b.log_action = "block" and b.log_type = "block" and b.log_actor = a.log_actor ) ORDER BY a.log_timestamp desc 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...