Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Viswaprabha
.
Toggle Highlighting
SQL
use mlwiki_p; SELECT page_namespace as NS, page_id as PID, page_latest as LastRev, page_len as Bytes, page_is_redirect as Redir, page_is_new as New, page_title as Title, page_links_updated as LastLinks, page_touched as LastTouch FROM page WHERE page_namespace= 14 and page_id >000000 and page_id < 100000 order by Title asc ; use mlwiki_p; SELECT page_namespace as NS, page_id as PID, page_latest as LastRev, page_len as Bytes, page_is_redirect as Redir, page_is_new as New, page_title as Title, page_links_updated as LastLinks, page_touched as LastTouch FROM page WHERE page_namespace= 14 and page_id >099999 and page_id < 200000 order by Title asc ; use mlwiki_p; SELECT page_namespace as NS, page_id as PID, page_latest as LastRev, page_len as Bytes, page_is_redirect as Redir, page_is_new as New, page_title as Title, page_links_updated as LastLinks, page_touched as LastTouch FROM page WHERE page_namespace= 14 and page_id >199999 and page_id < 300000 order by Title asc ; use mlwiki_p; SELECT page_namespace as NS, page_id as PID, page_latest as LastRev, page_len as Bytes, page_is_redirect as Redir, page_is_new as New, page_title as Title, page_links_updated as LastLinks, page_touched as LastTouch FROM page WHERE page_namespace= 14 and page_id >299999 and page_id < 400000 order by Title asc ; use mlwiki_p; SELECT page_namespace as NS, page_id as PID, page_latest as LastRev, page_len as Bytes, page_is_redirect as Redir, page_is_new as New, page_title as Title, page_links_updated as LastLinks, page_touched as LastTouch FROM page WHERE page_namespace= 14 and page_id >399999 and page_id < 500000 order by Title asc ;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...