Query Run
SELECT actor_name, count(*) from revision join actor on rev_actor =... 5 months ago
select actor_name, count(rev_id) from revision inner join actor on actor_id... 5 months ago
select actor_name, count(rev_id) from revision inner join actor on actor_id... 5 months ago
select actor_name, count(rev_id) from revision inner join actor on actor_id... 5 months ago
select rev_user_text, count(rev_user_text) from revision where... 5 months ago
USE arwiki_p; select rev_user_text, count(rev_user_text) from revision... 5 months ago