select page_namespace, page_title
from pagelinks, page
where
pl_namespace =... |
4 years ago |
select page.namespace, page.title
from pagelinks, page
where
pl_namespace =... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
and pl_title =... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
and pl_title =... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select count(*)
from pagelinks
where
pl_namespace = 4
-- and pl_title =... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 3
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 2
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 1
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 5
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
and pl_title = 'Sockpuppet... |
4 years ago |
select *
from pagelinks
where
pl_namespace = 4
-- and pl_title = 'Sockpuppet... |
4 years ago |
select pl_from
from pagelinks
where
pl_namespace = 4 and
pl_title =... |
4 years ago |
select pl_from
from pagelinks
where
-- pl_namespace = 4 and
pl_title =... |
4 years ago |
select pl_from
from pagelinks
where pl_namespace = 4 and pl_title =... |
4 years ago |
describe pagelinks; |
4 years ago |