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