SQL
x
use hewiki_p;
select * from page as a join categorylinks join page as c
on cl_from = a.page_id
and a.page_title = c.page.title
where cl_to = "ויקיפדיה:_ערכים_שמתקיים_לגביהם_דיון_חשיבות_אנציקלופדית"
and c.page_namespace = 1
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.