Query Run
use huwiki_p; select T.user_id, T.user_name, count(*) as edit_count from ( ... 5 years ago
select T.user_id, T.user_name, T.ug_group, count(*) as edit_count from ( ... 5 years ago
select * from revision inner join user on rev_user=user_id limit 10; 5 years ago
select * from revision limit 10; 5 years ago