SQL
x
USE centralauth_p;
DESCRIBE globaluser;
USE mediawikiwiki_p;
SELECT ug.*, user.user_name, ca.gu_locked FROM user_groups ug
JOIN user ON ug_user = user_id
JOIN centralauth_p.globaluser 'ca' ON gu_name = user_name
WHERE ug_group = 'autopatrolled'
LIMIT 100
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.