use plwiki_p;
describe logging_userindex |
4 years ago |
use plwiki_p;
SELECT *
FROM `pagelinks`
WHERE
pl_from =... |
4 years ago |
use plwiki_p;
SELECT *
FROM `pagelinks`
WHERE
pl_from = 833367
pl_title... |
4 years ago |
use plwiki_p;
select *
from pagelinks
-- where pl_namespace is null
where... |
4 years ago |
select *
from pagelinks
-- where pl_namespace is null
where pl_from =... |
4 years ago |
select *
from pagelinks
-- where pl_namespace is null
where pl_from =... |
4 years ago |
select *
from pagelinks
-- where pl_namespace is null
where pl_from =... |
4 years ago |
select *
from pagelinks
-- where pl_namespace is null
limit 10 |
4 years ago |
select *
from pagelinks
where pl_namespace is null
limit 10 |
4 years ago |
select *
from pagelinks
where pl_title is null
limit 10 |
4 years ago |