select * from pagelinks
join page on page_id = pl_from
where... |
3 years ago |
select * from pagelinks where pl_title = 'Foo_123' and pl_namespace = 118 |
3 years ago |
select * from pagelinks where pl_title = 'Foo_123' and page_namespace = 118 |
3 years ago |
select * from pagelinks where pl_page = (SELECT page_id from page where... |
3 years ago |