select page_namespace, page_title
from categorylinks
inner join page on... |
5 years ago |
select * from categorylinks limit 100;
|
5 years ago |
select * from category limit 100;
|
5 years ago |
select * from categorylinks limit 100;
|
5 years ago |
select * from pagelinks limit 100;
|
5 years ago |
select * from pagelinks limit 10;
|
5 years ago |
select * from page_links limit 10;
|
5 years ago |
select count(*) from page where page_namespace = 0 and page_is_redirect = 0... |
5 years ago |
select * from page limit 10;
|
5 years ago |
select count(*) from page where namespace = 0 limit 10;
|
5 years ago |
select count(*) from page limit 10;
|
5 years ago |
select * from pagelinks limit 10;
|
5 years ago |
select * from page limit 10;
|
5 years ago |