select actor_user, actor_name, page_id, page_title, count(*)
from revision,... |
2 years ago |
select page_id, page_title, total_count =
(select count(
select... |
2 years ago |
select actor_user, actor_name, page_id, page_title, count(*)
from revision,... |
2 years ago |
select actor_user, actor_name, page_id, page_title, count(rev_id)
from... |
2 years ago |
select actor_user, actor_name, page_id, page_title, count(rev_id)
from... |
2 years ago |
select actor_name, page_id, page_title, count(rev_id)
from revision, page,... |
2 years ago |
select actor_name, page_id, page_title, count(rev_id) num_revs
from... |
2 years ago |
select actor_name, page_id, page_title, count(rev_id) num_revs
from... |
2 years ago |
select actor_name, page_id, page_title, count(rev_id)
from revision, page,... |
2 years ago |
select actor_name, page_id, page_title, count(rev_id)
from revision, page,... |
2 years ago |
select page_id, page_title, count(distinct(actor_name))
from revision
inner... |
2 years ago |
select page_id, page_title, count(distinct(actor_name))
from revision
join... |
2 years ago |