This query is marked as a draft This query has been published by Pppery.

SQL

AخA
 
select * from templatelinks join page on page_id=tl_from where tl_namespace in (10,828) and tl_title like "%/sandbox" 
and tl_from_namespace = 0
and tl_from_namespace not in (2, 828, 118)
and tl_title != "Lang/data/sandbox" -- Job Queue hack
and tl_title != "WikidataCheck/sandbox"
and tl_title != "Localized_link/sandbox"
and not (tl_from_namespace=10 and (page_title like "%/sandbox" or page_title like "%/testcases"))
and not (tl_from_namespace=4 and page_title regexp ".*/Archive_[0-9]+")
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.

Checking query status...