Query Run
use enwiki_p; select count(*) from pagelinks where pl_namespace= -1; 9 years ago
use enwiki_p; select * from pagelinks where pl_namespace= -1 limit 1; 9 years ago
use enwiki_p; select distinct(pl_namespace) from pagelinks; 9 years ago