SQL
AخA
# 7216752, 10069356, 10099658, 21855
select pl_title from pagelinks
where pl_from = 10099658 #10069356
and not pl_namespace
and not pl_title in
(select page_title from page
where page_id in
(select tl_from from templatelinks
where tl_target_id = 21855)
and not page_namespace)
and not pl_title in ('Аэропорт_Шереметьево_(станция_аэроэкспресса)', 'Южная_Битца_(платформа)');
select page_title from page
where page_id in
(select tl_from from templatelinks
where tl_target_id = 21855)
and not page_namespace
and not page_title in
(select pl_title from pagelinks
where pl_from = 10099658 #10069356
and not pl_namespace)
and not page_title in ('Московский_метрополитен', 'Список_станций_Московского_метрополитена')
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.