SQL
AخA
SELECT * #ipb_user, user_name, user_editcount, ipb_expiry, comment_text
FROM user
JOIN ipblocks ON ipb_user = user_id
JOIN actor ON ipb_user = actor_id
JOIN comment ON ipb_reason_id = comment_id
#where ipb_expiry = 'infinity' # 20150101000000 #2015 01 01 00:00:00
#where actor_id = 0
order by ipb_user
#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.
All SQL code is licensed under CC0 License.