use hewiki_p;
select r.rd_title from redirect r
where r.rd_namespace=0 and... |
4 years ago |
use hewiki_p;
select r.rd_title from redirect r
where r.rd_namespace=0 and... |
4 years ago |
use hewiki_p;
select r.rd_title from redirect r
where r.rd_namespace=0
limit 10; |
4 years ago |
use hewiki_p;
select l.pl_from, l.pl_title, r.rd_title from redirect r
where... |
4 years ago |