SQL
x
use hewiki_p;
select * from categorylinks inner join page
on page_id = cl_from
where cl_to in ("קטגוריות_לריקון", "קטגוריות_לריקון_מיידי")
and not exists
(select * from pagelinks
where page_title = pl_title
and page_namespace = pl_namespace
and exists
(select * from page
where page_id = pl_from
and page_title = "ויקיפדיה:_מסדר_ניקיון"));
select * from page where page_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.
Query status: complete
Executed on Sun, 18 Oct 2015 18:34:03 UTC.