SQL
AخA
use hrwiki_p;
SELECT * FROM ipblocks
INNER JOIN actor ON actor.actor_id = ipblocks.ipb_by_actor
INNER JOIN user ON actor.actor_user = user.user_id
INNER JOIN comment on comment.comment_id = ipblocks.ipb_reason_id
WHERE user.user_name="Kubura";
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.