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=828 and tl_title like "%/sandbox" 
and tl_from_namespace % 2 = 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 not (tl_from_namespace=10 and (tl_title like "%/sandbox" or tl_title like "%/testcases"))
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...