use enwiki_p;
SELECT count(DISTINCT tl_from)
FROM templatelinks
WHERE... |
8 years ago |
use enwiki_p;
SELECT count(tl_from)
FROM templatelinks
WHERE tl_namespace =... |
8 years ago |
use enwiki;
SELECT count(tl_from)
FROM templatelinks
WHERE tl_namespace =... |
8 years ago |