SQL
x
use hewiki_p;
select page_title from page inner join redirect on rd_from = page_id where page_namespace=0 and page_title like "%(סדרת_סרטי%"
and not rd_title like "%(סדרת_סרטי%" and not page_title in ("בחזרה_לעתיד_(סדרת_סרטים)", "חיות_הפלא_והיכן_למצוא_אותן_(סדרת_סרטים)");
select page_title from page where page_namespace=0 and page_title like "%(סדרת_סרטי%" and page_is_redirect=0 and not exists
(select * from templatelinks where tl_from = page_id and 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.