SQL
x
SELECT mid(page_title, 13, 1) AS ns_number, mid(page_title, 15, 100) AS ns_name
FROM page
WHERE page_namespace = 2
AND page_title LIKE 'RoySmith/ns/%';
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.