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