SELECT count(*), substr(rev_timestamp, 1, 6) AS month
FROM... |
1 year ago |
SELECT count(*), substr(rev_timestamp, 1, 4) AS month
FROM... |
1 year ago |
SELECT count(*), substr(rev_timestamp, 1, 6) AS month
FROM... |
1 year ago |
SELECT count(*), substr(rev_timestamp, 1, 6) AS month
FROM... |
4 years ago |
SELECT count(*), substr(rev_timestamp, 1, 6) AS month
FROM... |
4 years ago |
SELECT count(*), substr(rev_timestamp, 1, 6) AS month
FROM revision
WHERE... |
4 years ago |
select count(*), substr(rev_timestamp, 1, 6) AS month
from revision
and... |
4 years ago |
select count(*), substr(rev_timestamp, 1, 6) AS month
from revision
join... |
4 years ago |