use commonswiki_p;
select * from categorylinks as cl1
#left join page
#on... |
4 years ago |
use commonswiki_p;
select * from categorylinks as cl1
left join page
on... |
4 years ago |
use commonswiki_p;
select * from categorylinks as cl1
left join page
on... |
4 years ago |
use commonswiki_p;
select cl_from, cl_to from categorylinks as cl1
where... |
4 years ago |
use commonswiki_p;
select cl_to from categorylinks as cl1
where cl1.cl_from... |
4 years ago |
use commonswiki_p;
select cl_to from categorylinks as cl1
where cl1.cl_from=11365047 |
4 years ago |
use commonswiki_p;
select * from categorylinks as cl1
where cl1.cl_from=11365047 |
4 years ago |
use commonswiki_p;
select * from categorylinks
where cl_from=11365047 |
4 years ago |
use commonswiki_p;
select * from page
where page_id=11365047 and page_namespace=6 |
4 years ago |