select concat('# [[תבנית:',replace(page_title, '_', ' '), ']]') as title... |
11 months ago |
select replace(page_title, '_', ' ') as title from page
where page_title... |
11 months ago |
select * from page
where page_title like "דגל/%"
and page_namespace = 10
and... |
11 months ago |
select * from page
where page_title like "דגל/%"
and page_namespace = 10
|
11 months ago |
select * from page
where page_title like "דגל/%"
|
11 months ago |