select page_id, page_title, count(rev_page) as edits, count(distinct... |
8 years ago |
select page_id, page_title, count(rev_page) as edits, count(distinct... |
8 years ago |
select page_id, page_title, count(rev_page) as rev_count, count(distinct... |
8 years ago |
select page_id, page_title, count(rev_page) as rev_count
from... |
8 years ago |
select distinct(page_id), page_title, count(distinct rev_page) as... |
8 years ago |
select page_id, page_title, count(distinct rev_page) as rev_count
from... |
8 years ago |
select page_id, page_title, count(distinct page_id) as rev_count
from... |
8 years ago |
select DISTINCT(page_id), page_title, count(distinct page_id) as... |
8 years ago |
select DISTINCT(page_id), page_title, count(distinct tag) as tag_count
from... |
8 years ago |