select pl_title as title, count(*) as links
from pagelinks
where... |
3 years ago |
use enwiktionary_p;
select pl_title as title, count(*) as links
from... |
4 years ago |
use enwiktionary_p;
select pl_title, count(*)
from pagelinks
where pl_title... |
4 years ago |