SQL
x
SELECT page_id, page_namespace, page_title, page_latest, page_content_model, ns_name FROM page, (select 14 AS ns_id, 'Category' AS ns_name) AS to_ns WHERE ns_id = page_namespace AND 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.