SQL
x
select page_namespace, page_title, tl_target_id from templatelinks join page
on tl_from = page_id
limit 10;
select * from linktarget
where lt_id in (8, 1019, 1424)
/*where exists
(select * from linktarget
where tl_target_id = lt_id
and lt_title = "MOSMETRO icon2")*/
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.