Fork of
Sandboxes in use
by Pppery
This query is marked as a draft
This query has been published
by Superzerocool.
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)
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.