select * from pagelinks where pl_from=691008;
select * from category where... |
5 years ago |
select * from pagelinks where pl_title = '1961_births' and pl_from_namespace... |
5 years ago |
describe pagelinks;
|
5 years ago |
select * from pagelinks where pl_from=691008 and pl_namespace = 14;
select *... |
5 years ago |
select * from pagelinks where pl_from=691008 and pl_namespace = 14;
|
5 years ago |
select * from categorylinks where cl_from=691008;
|
5 years ago |
select * from page where page_title = 'People' and page_namespace = 14;
|
5 years ago |
select * from category where cl_from=691008;
|
5 years ago |
select * from categorylinks where cl_from=691008;
|
5 years ago |
select count(*) from categorylinks where cl_from=691008;
|
5 years ago |
select page_id from page where page_namespace=14 and page_title='People';
|
5 years ago |
select * from page where page_title = 'Vietnam_stubs';
|
5 years ago |
select * from category limit 10;
|
5 years ago |
use enwiki_p;
|
5 years ago |