use enwiki_p;
select page_title from templatelinks
inner join page
on... |
6 years ago |
use enwiki_p;
select page_title from templatelinks inner join page on... |
6 years ago |
use enwiki_p;
select * from templatelinks where tl_namespace=10 and... |
6 years ago |
use enwiki_p;
select * from templatelinks limit 5; |
6 years ago |
use enwiki_p;
select * from templatelinkes limit 5; |
6 years ago |