use enwiki_p;
select p.page_title, count(l.ll_lang)
from langlinks l
join... |
7 years ago |
use enwiki_p;
select p.page_title, count(l.ll_lang)
from langlinks l
join... |
7 years ago |
use enwiki_p;
select p.page_title, count(l.ll_lang)
from langlinks l
join... |
7 years ago |
use enwiki_p;
select pl.pl_title, COUNT(pl.pl_title)
from pagelinks pl
where... |
7 years ago |