SQL
AخA
use arwiki_p;
SELECT
user_name
FROM user
where user_id in (select ug_user from user_groups where ug_group = "editor" and ug_user = user_id)
and user_id in (select ug_user from user_groups where ug_group = "autoreview" and ug_user = user_id)
limit 50;
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.