select p.page_title, cl_to from categorylinks as cl
inner join page as p on... |
2 years ago |
select p.page_title, cl_to from categorylinks as cl
inner join page as p on... |
2 years ago |
select p.page_title as from, cl_to as to from categorylinks as cl
inner... |
2 years ago |
select p.page_title as from, cl_to as to from categorylinks as cl
inner... |
2 years ago |
select * from categorylinks where cl_type = "file" limit 50; |
2 years ago |
select * from categorylinks where cl_type = "file" limit 50; |
2 years ago |
select * from categorylinks where cl_type = "file" limit 50 |
2 years ago |