Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
ಮಲ್ನಾಡಾಚ್ ಕೊಂಕ್ಣೊ
.
This character may not display properly in all browsers, so it should be replaced with dash or hyphen.
Toggle Highlighting
SQL
select ROW_NUMBER() OVER(order by page_title) num, -- get row number CONCAT('[[', replace(page_title, '_', ' '), ']]') as 'Page title', -- Format as wikilink, replace _ with space case when page_is_redirect then 'Yes' else 'No' end as 'Is redirect?' -- Is the page is a redirect or not from page where page_namespace = 0 -- mainspace and page_title like '%‐%' -- Page title contains U+2010 hyphen order by page_title asc; -- Arrange in ascending order
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...