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
IKhitron
.
Toggle Highlighting
SQL
use ruwiki_p; /* select * from (select @r := @r+1 as counter, cast(id0 as unsigned) as id1 from ( select page_title as article, cast(id as unsigned) as id0 from (select page_title, cast(page_id as unsigned) as id from page where page_namespace = 0 and not page_is_redirect order by cast(page_id as unsigned) asc)f )z join (select @r:=0)y )h having counter > 0#1477600 limit 50; select count(*) from page where page_namespace = 0 and not page_is_redirect;*/ set @r := 0; select r, page.* from page where page_namespace = 0 and not page_is_redirect order by cast(page_id as unsigned) asc limit 50
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...