select count(rev_id) from revision;
select count(ar_id) from archive;
select... |
11 months ago |
select count(rev_id) from revision;
select count(ar_id) from archive;
select... |
2 years ago |
select count(rev_id) from revision;
select count(ar_id) from archive;
show tables;
|
2 years ago |
select count(rev_id) from revision;
select count(ar_id) from archive;
DESCRIBE old;
|
2 years ago |
select count(rev_id) from revision;
select count(ar_id) from archive; |
2 years ago |
select count(rev_id) from revision;
select count(ar_id) from archive; |
2 years ago |
select count(rev_id) from revision |
2 years ago |
select count(*) from revision group by rev_id |
2 years ago |
select count(*) from revision group by rev_id |
2 years ago |
count(*) from revision group by rev_id |
2 years ago |
describe revision |
2 years ago |