Query | Run |
---|---|
select count(rev_timestamp) from revision | 2 years ago |
select rev_timestamp from revision | 2 years ago |
select substring(rev_timestamp, 0, 8) as when_date from revision WHERE... | 2 years ago |
Query | Run |
---|---|
select count(rev_timestamp) from revision | 2 years ago |
select rev_timestamp from revision | 2 years ago |
select substring(rev_timestamp, 0, 8) as when_date from revision WHERE... | 2 years ago |