use commonswiki_p;
select page_title, cl_to
from categorylinks
join page on... |
6 years ago |
use commonswiki_p;
select page_title, cl_to
from categorylinks
join page on... |
6 years ago |
use commonswiki_p;
select count(cl_from), cl_to
from categorylinks
where... |
6 years ago |