This query is marked as a draft This query has been published by Vahurzpu.

SQL

AخA
 
use enwiki_p;
SELECT page.page_title, templatelinks.tl_from FROM page WHERE page_title LIKE "Map_data/%" AND page_namespace = 4 AND page_is_redirect = 0 LIMIT 5
INNER JOIN templatelinks ON templatelinks.tl_title = page.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.

Checking query status...