Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Compare creation time of pages in ukwiki and enwiki
by
Diego (WMF)
This query is marked as a draft
This query has been published
by
Pyalex
.
Toggle Highlighting
SQL
SELECT * FROM (SELECT * FROM (SELECT ips_item_id as wikidataId, ips_site_page AS uktitle, english.entitle as entitle FROM wikidatawiki_p.wb_items_per_site INNER JOIN (SELECT ips_item_id as enwikidata,ips_site_page as entitle FROM wikidatawiki_p.wb_items_per_site WHERE ips_site_id= 'enwiki') as english on ips_item_id=english.enwikidata WHERE ips_site_id= 'ukwiki' LIMIT 50) bothlangs INNER JOIN (SELECT ukwiki_p.page.page_id as en_page_id,ukwiki_p.page.page_title as uktitle2 ,MIN(ukwiki_p.revision.rev_timestamp) as ukwiki_timestamp FROM ukwiki_p.page INNER JOIN ukwiki_p.revision ON ukwiki_p.page.page_id = ukwiki_p.revision.rev_page GROUP BY ukwiki_p.page.page_id) ukinfo ON ukinfo.uktitle2 = bothlangs.uktitle) as timestamp1 INNER JOIN (SELECT MIN(rev_timestamp) as enwiki_timestamp,rev_page FROM enwiki_p.revision GROUP BY rev_page) eninfo ON eninfo.rev_page = timestamp1.en_page_id;
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...