Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
whatever I can fetch about pages for CEES stat
by
Base
This query is marked as a draft
This query has been published
by
André Costa (WMSE)
.
The oldest revision of any discussion page on svwiki
Toggle Highlighting
SQL
select page_title, page_id, rev_timestamp from svwiki_p.revision r join svwiki_p.page p on p.page_id = r.rev_page where p.page_namespace = 1 and r.rev_timestamp < 20030101000000 # drastically reduces the number of pages to consider order by r.rev_timestamp asc 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...