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

SQL

x
 
/*select * from page
where page_title = 'Интерактивная_схема_Московского_метрополитена/песочница/мобильный_вариант'
and page_namespace = 10;*/
# 7216752
# 10069356
# 10099658
# 21855
select * from page
where page_id in
(select tl_from from templatelinks
 where tl_target_id = 21855);
/*select * from templatelinks join page
on tl_from = page_title
and tl_from_namespace = page_namespace
where tl_target_id = 21855;*/
select * from pagelinks
where pl_from = 10099658
limit 10;
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...