Query Run
SELECT actor_name, Count(rc_id) FROM recentchanges JOIN... 2 years ago
SELECT actor_name, Count(rc_id) FROM recentchanges JOIN... 2 years ago
select actor_name, count(rc_id) from recentchanges join actor on rc_actor =... 2 years ago
select actor_name, count(rc_id) from recentchanges join actor on rc_actor =... 2 years ago
select distinct actor_name, count(rc_id) from recentchanges join actor on... 2 years ago
select actor_name, count(rc_id) from recentchanges join actor on rc_actor =... 2 years ago
select * from recentchanges where rc_log_action = 'unblock' limit 1; 2 years ago