select *#cl_to, count(cl_from)
from categorylinks
where cl_to like... |
4 years ago |
select cl_to, count(cl_from)
from categorylinks
where cl_to like "%"
#order... |
4 years ago |
blank query |
4 years ago |
select cl_to, count(cl_from)
from categorylinks
where cl_to like "%"
order... |
4 years ago |
blank query |
4 years ago |
select cl_to, count(cl_from)
from categorylinks , page
where cl_to =... |
4 years ago |
blank query |
4 years ago |
select CONCAT('Category:' , page_title), count(cl_from)
from page
inner join... |
4 years ago |
blank query |
4 years ago |
select CONCAT('Category:' , page_title), count(cl_from)
from page
inner join... |
4 years ago |
select CONCAT('Category:' , page_title), count(cl_from)
from page
inner join... |
4 years ago |
select page_title, count(cl_from)
select CONCAT('Category:' , page_title),... |
4 years ago |