SQL
AخA
SELECT user_name, ug_group, ipb_by_text, ipb_expiry, ipb_reason
FROM user
JOIN ipblocks_compat
ON user_id = ipb_user
JOIN user_groups
ON user_id = ug_user
WHERE ug_group NOT IN ('autoconfirmed');
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.