select concat("Template:", page_title) as `title` from page
where... |
3 years ago |
select concat("Category:", page_title) as `title` from page
where... |
3 years ago |
select concat("Category:",page_title) as `title` from page
where... |
3 years ago |
select concat("Category:",page_title),page_len from page
join revision on... |
3 years ago |