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
Myst
.
Toggle Highlighting
SQL
USE frwiki_p; SELECT p.page_title,gt.gt_lat,gt.gt_lon FROM page AS p JOIN geo_tags AS gt ON gt.gt_page_id=p.page_id WHERE p.page_namespace=0 AND p.page_is_redirect=0 AND p.page_id NOT IN (SELECT il_from FROM imagelinks AS il WHERE il.il_to NOT LIKE '%.svg' AND il.il_to NOT LIKE '%.SVG') AND (SELECT COUNT(*) FROM geo_tags AS gt2 WHERE gt2.gt_page_id=p.page_id GROUP BY gt.gt_page_id) <= 20 GROUP BY p.page_title,gt.gt_lat,gt.gt_lon ORDER BY p.page_len DESC;
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...