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
Talueses
.
Toggle Highlighting
SQL
USE eswiki_p; DESCRIBE geo_tags; /* SELECT CONCAT('[[', page_title, ']]') AS Sida, gt_name, gt_type, gt_lat, gt_lon FROM geo_tags INNER JOIN page ON gt_page_id = page_id WHERE gt_country = 'AX' AND gt_type = 'mountain' ORDER BY page_title LIMIT 1000; */ SELECT page_title, gt_type, gt_name, gt_lat, gt_lon, gt_country, gt_region FROM geo_tags LEFT OUTER JOIN page ON page_id = gt_page_id WHERE page_namespace = 0 AND gt_type = '' ORDER BY page_title LIMIT 25
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...