select count(*) as frequency, cl2.cl_to as othercat
from categorylinks... |
3 years ago |
select count(*) as frequency, cl2.cl_to as othercat
from categorylinks... |
3 years ago |
select cl2.cl_to as othercat, count(*) as frequency
from categorylinks... |
3 years ago |
select cl2.cl_to as othercat, count(*) as frequency
from categorylinks... |
3 years ago |
select distinct cl2.cl_to
from categorylinks cl1, categorylinks cl2
where... |
3 years ago |
select distinct cl2.cl_to
from categorylinks cl1, categorylinks cl2
where... |
3 years ago |
select distinct cl2.cl_to from categorylinks cl1, categorylinks cl2 where... |
3 years ago |
select cl2.cl_to from categorylinks cl1, categorylinks cl2 where cl1.cl_from... |
3 years ago |
select cl_from from categorylinks where cl_to = 'Uploaded_with_pattypan' limit 100; |
3 years ago |
select cl_from from categorylinks where cl_to = 'Uploaded_with_pattypan'; |
3 years ago |
show tables; |
3 years ago |
describe table category; |
3 years ago |
show table category; |
3 years ago |
show tables; |
3 years ago |