This query is marked as a draft This query has been published by CptViraj.

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 ('extendedconfirmed'); */
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...