use fawiki_p;
select page_namespace, count(*), count(distinct... |
5 years ago |
use fawiki_p;
select page_namespace, count(*), count(distinct... |
5 years ago |
use fawiki_p;
select langlinks.*
from langlinks
join page
on ll_from =... |
6 years ago |
use fawiki_p;
select *
from langlinks
join page
on llfrom = page_id
where... |
6 years ago |
use fawiki_p;
show tables; |
6 years ago |
use fawiki_p;
select count(*)
from revision
where rev_parent_id = 0 |
6 years ago |
use fawiki_p;
select count(*)
from revision
where rev_parent_id is 0 |
6 years ago |
use fawiki_p;
select count(*)
from revision
where rev_parent_id is 0 |
6 years ago |
use fawiki_p;
select *
from revision
where rev_parent_id is null |
6 years ago |