SQL
AخA
SELECT page_title, page_len, page_namespace, page_id
FROM page
WHERE page_namespace='4'
#AND page_title LIKE 'Requests_for_adminship/%'
ORDER BY page_id ASC LIMIT 1000;
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.