USE arwiki_p;
select user_name, count(rev_actor)
from revision
inner join... |
5 years ago |
USE arwiki_p;
select user_name, count(rev_actor)
from revision
inner join... |
5 years ago |
USE arwiki_p;
select rev_actor, count(rev_actor)
from revision
where... |
5 years ago |
USE arwiki_p;
select user_name, count(user_name)
from revision
inner join... |
5 years ago |
USE arwiki_p;
select rev_user_text, count(rev_user_text)
from revision... |
5 years ago |