SQL
AخA
SELECT p.page_id AS page_id, src.page_id AS src_id, p.page_title AS page_title
FROM (SELECT cl_from AS cat_id FROM categorylinks WHERE cl_to = 'בוט_חוקים') as cat_list
JOIN page p ON p.page_id = cat_list.cat_id
JOIN page src ON src.page_title = p.page_title AND src.page_namespace = 116
ORDER BY p.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.