This query is marked as a draft This query has been published by IKhitron.

SQL

AخA
 
use hewiki_p;
select * from
(select concat(case page_namespace when 3 then 'שיחת משתמש' when 5 then 'שיחת ויקיפדיה' else page_namespace end,
              ':', replace(page_title, '_', ' ')) from page as pages
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.

Checking query status...