select page_id, page_title
from page
join templatelinks
on page_id =... |
8 years ago |
select *
from page
join templatelinks
on page_id = tl_from
and tl_namespace... |
8 years ago |
select *
from page
join templatelinks
on page_id = tl_from
and tl_namespace... |
8 years ago |
select *
from page p
join templatelinks tl
on p.page_id = tl.tl_from
where... |
8 years ago |
select *
from page p
join templatelinks tl
limit 1; |
8 years ago |
select *
from page p
join template_links tl
limit 1; |
8 years ago |
use en_wiki;
select *
from page p
join template_links tl
limit 1; |
8 years ago |