select *
from pagelinks, page
where pl_from_namespace = 106
and pl_namespace... |
8 months ago |
select *
from pagelinks
where pl_from_namespace = 106
and pl_namespace = 0
limit 10 |
8 months ago |
select *
from pagelinks, page
where pl_from_namespace = 106
and pl_namespace... |
8 months ago |
select *
from pagelinks, page
where pl_namespace = 106
and pl_from = page_id
limit 10 |
8 months ago |
select *
from pagelinks
where pl_namespace = 106
limit 10 |
8 months ago |
select *
from pagelinks
where pl_namespace = 106 |
8 months ago |
select *
from page
where page_namespace = 106 |
8 months ago |
select *
from page
where page_namespace == 106 |
8 months ago |