SQL
x
select page_namespace, page_title, tl_target_id from templatelinks join page
on tl_from = page_id
/*limit 100;
select * from linktarget
where lt_id in (13811857, 13811858, 13813024)*/
where exists
(select * from linktarget
where tl_target_id = lt_id
and lt_title like "%S%") -- = "MOSMETRO icon2")
limit 10;
select * from linktarget
where lt_id in ('66', '68', '70')
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.