SQL
AخA
use hewiki_p;
select concat(case page_namespace when 3 then 'שיחת משתמש' when 5 then 'שיחת ויקיפדיה' else page_namespace end,
':', replace(page_title, '_', ' ')) as pages from page
where page_content_model = 'flow-board'
and not page_namespace = 2600
order by pages asc
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.