select category.* from page
join category on page_title = cat_title
where... |
1 year ago |
select page_title from page
where page_namespace = 14 and page_id not in... |
1 year ago |
select count(*) from page
where page_namespace = 14 and page_id not in... |
1 year ago |
select page_title from page
where page_namespace = 14 and page_id not in... |
1 year ago |
select count(*) from categorylinks, page
where cl_from = page_id and... |
1 year ago |
select count(*) from categorylinks
join page on cl_from = page_id and... |
1 year ago |
select * from categorylinks, page
where cl_from = page_id and page_namespace... |
1 year ago |
select * from categorylinks
join page on cl_from = page_id
limit 1; |
1 year ago |
select * from categorylinks limit 1; |
1 year ago |
select count(*) from category where cat_pages = 0 limit 1; |
1 year ago |
select * from category where cat_pages = 0 limit 1; |
1 year ago |
select * from category limit 1; |
1 year ago |
select count(*) from category limit 1; |
1 year ago |
select count(*) from categorylinks limit 1; |
1 year ago |
select * from categorylinks limit 1; |
1 year ago |