SQL
x
use hewiki_p; jkhjkh
select * from page as p1 join pagelinks as l1 join page as p2 join categorylinks as c1 join categorylinks as c2
on p1.page_id = c1.cl_from
and c1.cl_to = 'פירושונים'
and p1.page_id = l1.pl_from
and l1.pl_title = p2.page_title
and l1.pl_namespace = p2.page_namespace
and p2.page_id = c2.cl_from
and c2.cl_to = 'פירושונים'
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.