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
Teslaton
.
Toggle Highlighting
SQL
use commonswiki_p; #describe geo_tags; select distinct gt_lat, gt_lon, gt_page_id, (select page_title from page where page_id = gt_page_id) as title # ,gt_country, gt_region from geo_tags where gt_lat > 49.1983 - 0.05 and gt_lat < 49.1983 + 0.05 and gt_lon > 19.5167 - 0.05 and gt_lon < 19.5167 + 0.05 # order by 1 order by title limit 250 ;
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...