SQL
x
USE svwiki_p;
DESCRIBE geo_tags;
SELECT page_title, tl_title, gt_primary, gt_lat, gt_lon FROM geo_tags INNER JOIN categorylinks ON gt_page_id=cl_from INNER JOIN templatelinks ON cl_from=tl_from INNER JOIN page ON gt_page_id=page_id
WHERE cl_to="Gravsatta_på_Norra_begravningsplatsen_i_Stockholm" AND
(tl_title="Faktamall_biografi_WD" OR tl_title="Coord" OR tl_title="Infobox_Skådespelare")
ORDER BY page_title
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.