SQL
x
use hewiki_p;
SELECT page_namespace,page_title
FROM page
WHERE page_namespace IN ( 0 , 10 , 14 , 100 , 4 , 12 , 108 , 118 , 446 )
AND NOT ( page_title LIKE '%ויקיפדיה:רשימת_מועמדים_למחיקה%' )
AND NOT ( page_title LIKE '%ויקיפדיה:רשימת_ערכים_במחלוקת%' )
AND NOT page_is_redirect
AND page_id NOT IN ( SELECT tl_from FROM templatelinks WHERE tl_title = 'שם_שגוי' )
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.