use enwiki_p;
select ll_from, langs
from (
select ll_from, count(l.ll_lang)... |
4 years ago |
use enwiki_p;
select ll_from, count(l.ll_lang) as langs
from langlinks... |
4 years ago |
use enwiki_p;
select ll__from, count(l.ll_lang) as langs
from langlinks... |
4 years ago |
use enwiki_p;
select ll_from, count(l.ll_lang) as langs
from langlinks... |
4 years ago |
use enwiki_p;
select ll_from, count(l.ll_lang) as langs
from langlinks... |
4 years ago |
use lvwiki_p;
SELECT page_title
FROM categorylinks cl
join page p on... |
4 years ago |
use lvwiki_p;
SELECT *
FROM categorylinks cl
join page p on... |
4 years ago |