Fork of lowest pageIDs in whatever namespace(?) by JPxG
This query is marked as a draft This query has been published by Ericliu1912.

SQL

AخA
 
SELECT page_title, page_id, page_len
FROM page
WHERE page_namespace='6'
# 0/1       main   2/3   user       4/5     wp      6/7     file  8/9     mediawiki 10/11  template
# 12/13     help   14/15 cat        100/101 portal  118/119 draft 710/711 timedtext 828/829 module
# 2300/2301 gadget 2302/2303 g. def -1      special -2 media
#AND        page_title LIKE 'Requests_for_adminship/%'
ORDER BY page_id ASC LIMIT 100;
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.

Checking query status...