SQL
AخA
# 7216752, 10069356, 10099658, 21855
select page_title from page
where page_id in
(select tl_from from templatelinks
where tl_target_id = 21855)
and not page_namespace;
select pl_title from pagelinks
where pl_from = 10099658
and not pl_namespace
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.