select date(rev_timestamp) as date, count(*) from revision group by date... |
2 years ago |
select date(rev_timestamp) as date, count(*) from revision group by date... |
2 years ago |
select date(rev_timestamp) as date, count(*) from revision group by date... |
2 years ago |
select date(rev_timestamp) as date, count(*) from revision group by date limit 5 |
2 years ago |
select date(rev_timestamp), count(*) as date from revision group by date limit 5 |
2 years ago |
select date(rev_timestamp) as date from revision group by date limit 5 |
2 years ago |
select date(rev_timestamp) as date from revision limit 5
group by date |
2 years ago |
select date(rev_timestamp), rev_timestamp from revision limit 5 |
2 years ago |
select date(rev_timestamp), rev_timestamp from revision limit 1 |
2 years ago |
select date(date_add(rev_timestamp, interval 2 hour)), rev_timestamp from... |
2 years ago |
select date(date_add(rev_timestamp, interval 2 hour)) from revision limit 1 |
2 years ago |