Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Recent geolocated files from Finland
by
Antti T. Leppänen
This query is marked as a draft
This query has been published
by
Antti T. Leppänen
.
Uncategorized geolocated files from Finland based on simple approximate rectangle.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT page_title FROM geo_tags INNER JOIN page ON page_id = gt_page_id JOIN ( SELECT cl_to FROM categorylinks WHERE cl_to="Media with geo-coordinates needing categories") as cat ON cat.cl_from=page_id WHERE gt_globe = "earth" AND gt_lat > 60 AND gt_lat < 70 AND gt_lon > 22 AND gt_lon < 27 AND page_namespace = 6
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...