Use commonswiki_p;
describe page;
select count(*) from page; |
7 years ago |
Use commonswiki_p;
describe page;
select page_id, page_title from page where... |
7 years ago |
Use commonswiki_p;
describe page;
select page_id, page_title from page limit 101; |
7 years ago |
Use commonswiki_p;
describe page; |
7 years ago |
Use commonswiki_p;
describe categorylinks;
select count(distinct... |
7 years ago |
Use commonswiki_p;
describe categorylinks;
select count(distinct... |
7 years ago |
Use commonswiki_p;
describe categorylinks;
select * from categorylinks limit 200; |
7 years ago |
Use commonswiki_p;
describe categorylinks;
select * from categorylinks where... |
7 years ago |