Fork of Active admins in the last hour by SQL
This query is marked as a draft This query has been published by SQL.

SQL

AخA
 
SELECT DISTINCT rc_user_text, count(rc_user)
FROM recentchanges_userindex
INNER JOIN user_groups ON ug_user = rc_user
WHERE rc_timestamp > now() - interval 1 week
    AND ug_group = "sysop"
    group by rc_user
    order by count(rc_user) desc;
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...