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
Zache
.
Toggle Highlighting
SQL
use fiwiki_p; SELECT page_title, page_id, count(distinct(gt_id)) as c, gt_primary, pp_value, gt_lat, gt_lon FROM geo_tags, page LEFT JOIN page_props ON page_id=pp_page AND pp_propname="wikibase_item" WHERE page_namespace=0 and page_id=gt_page_id and gt_primary=1 and gt_lon>24.782813 and gt_lat>60.070872 and gt_lon<25.254512 and gt_lat>60.29785 group by page_id 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...