Fork of Admins by recent unblocks by SQL
This query is marked as a draft This query has been published by SQL.

SQL

AخA
 
 SELECT actor_name,
       rc_title,
       comment_text
FROM   recentchanges_userindex
       JOIN actor
         ON rc_actor = actor_id
       JOIN comment
         ON comment_text = rc_comment_id
WHERE  rc_log_action = 'unblock';
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...