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