SQL
x
use hewiki_p;
select * from page join categorylinks
on page_id = cl_from
where replace(cl_to, "_", " ") = "ויקיפדיה:ערכים שנכתבו כמטלה אקדמית: אוניברסיטת חיפה: הפקולטה למדעי הרוח"
and not page_title in
(select pl_title from pagelinks
where pl_from = 1238100);
select * from page where page_title = "IKhitron/טיוטה"
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.