select page_id, page_title, count(distinct(actor_name))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_user))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_user))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_user))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(rev_actor))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_name))
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_name))
from revision, page,... |
2 years ago |
select *
from actor, revision
where actor_user=1176 and actor_id=rev_actor... |
2 years ago |
select *
from actor, revision
where actor_user=198 and actor_id=rev_actor... |
2 years ago |
select *
from actor, revision
where actor_user=67 and actor_id=rev_actor and... |
2 years ago |
select *
from actor, revision
where actor_user=166 and actor_id=rev_actor... |
2 years ago |
select *
from revision
where rev_user=166 and rev_page=49001
limit 100; |
2 years ago |