SQL
AخA
select
(select page_title from page where page_id=tl_from), lt_title
from
linktarget
join templatelinks on tl_target_id=lt_id
where lt_namespace in (10, 828)
and lt_title like "%/sandbox"
and tl_from_namespace=0
limit
3000;
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.