SELECT actor_name, count(distinct page_title) as cpt
FROM page, revision,... |
7 months ago |
SELECT actor_name, count(distinct page_title) as cpt
FROM page, revision,... |
7 months ago |
SELECT actor_name, count(distinct page_title) as cpt
FROM page, revision,... |
7 months ago |
SELECT distinct page_title
FROM page, revision
WHERE page_title like... |
7 months ago |
SELECT distinct page_title
FROM page, revision
WHERE page_title like... |
7 months ago |