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
ShellyYin
.
Toggle Highlighting
SQL
SELECT DISTINCT page.page_id, page.page_title, gt.gt_lat, gt.gt_lon, (SELECT page_title FROM enwiki_p.page WHERE page_id = pl.pl_target_id) AS linked_page FROM enwiki_p.page JOIN enwiki_p.geo_tags AS gt ON page.page_id = gt.gt_page_id LEFT JOIN enwiki_p.pagelinks AS pl ON page.page_id = pl.pl_from WHERE page.page_namespace = 0 AND gt.gt_lat BETWEEN 42.49159163470634 AND 47.07725226311263 AND gt.gt_lon BETWEEN -92.88942676166761 AND -86.82351991359913;
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...