SQL
AخA
use hewiki_p;
select page_title as article from page as p1
where page_namespace = 0
and page_is_redirect = 0
and not exists
(select * from categorylinks as c1
where cl_from = page_id
and exists
(select * from page as p3
where cl_to = page_title
and page_namespace = 14
and not page_title like "קצרמר%"
and not (page_title like "ויקיפדיה%"
and not page_title = "ויקיפדיה:_ערכים_שיש_להבהיר_את_מעמדם")
and not exists
(select * from categorylinks as c3
where page_id = cl_from
and cl_to = "קטגוריות_מוסתרות")))
and not exists
(select * from templatelinks
where tl_from = page_id
and ((tl_namespace = 10
and tl_title in ("בעבודה", "הפרת_זכויות_יוצרים"))
or (tl_namespace = 4
and tl_title = "ויקימדיה_ישראל/תחרות_יוצרות_ערך_-_תחרות_כתיבת_ערכים_על_נשים_ישראליות/תבנית")))
and not page_title = "עמוד_ראשי"
#check
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.