SQL
x
#SELECT page_id, page_namespace, page_title, page_latest, page_content_model, ns_name
#FROM page INNER JOIN
SELECT 14 AS ns_id, 'Category' AS ns_name AS ns
INNER JOIN page ON ns_id = page_namespace WHERE page_namespace != 0 LIMIT 10
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.