SQL
x
select page_namespace, page_title from templatelinks join page
on tl_from = page_id
where exists
(select * from linktarget
where tl_target_id = lt_id
and lt_title in ("Ст.", "ПересадкаНаМонорельс", "ПересадкаНаМетро", "О._п.", "Пл.", "Мцк.", "MOSMETRO_icon",
"UexBHF", "UBHF", "MOSMETRO_icon2", "ПересадкаНаЖД", "ПересадкаНаСТ"))
group by page_namespace, 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.