Query Run
select page_title `from`, pl_title `to` from pagelinks inner join page on... 2 years ago
select page_title `from`, pl_title `to` from pagelinks inner join page on... 2 years ago
select page_title as from, pl_title as to from pagelinks inner join page on... 2 years ago
select page_title from, pl_title to from pagelinks inner join page on... 2 years ago
select * from pagelinks where pl_from_namespace = 0 limit 2; 2 years ago
explain select * from pagelinks where pl_from_namespace = 0 limit 2; 2 years ago
select * from pagelinks limit 2; 2 years ago
select count(*) from pagelinks; 2 years ago