Fork of Self unblock on zhwiki by Antigng
This query is marked as a draft This query has been published by Antigng.

SQL

AخA
 
use zhwiki_p;
SELECT log_action, log_timestamp, actor_name, comment_text FROM logging, actor, comment WHERE log_action="block" AND log_actor=actor_id AND log_title=actor_name AND log_comment_id=comment_id
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...