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

SQL

x
 
use hewiki_p;
select * from templatelinks
where tl_from_namespace = 0
and not tl_namespace in (0, 4, 8, 10, 828)
#and not exists
#(select * from page
# where page_id = tl_from
# and page_title = tl_title)
and not tl_from in (1299321, 975310, 1422099, 1422099, 1422676, 801208, 1406418, 177457, 666879, 7779)
and not (tl_namespace = 4
         and (tl_title like "בוט/בוט_שנים/%"
              or tl_title in ("גרף_ערכים", "עמותת_ויקימדיה_ישראל/הנשים_שלא_הכרתם_-_תחרות_כתיבת_ערכים_על_נשים/תבנית")))
and not (tl_namespace = 100
         and tl_title like "%/תקציר")
limit 10
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...