select page_title, count(*) as page_count
from linter
join page on... |
1 year ago |
select page_title, count(*) as page_count
from linter
join page on... |
2 years ago |
select page_title
, count(*) as page_count
, sum(case when linter_params... |
2 years ago |