This query is marked as a draft This query has been published by IKhitron.

SQL

x
 
use hewiki_p;
select page_namespace, page_title, el_to, el_index from page join externallinks
on page_id = el_id
and exists
(select * from templatelinks
 where tl_from = page_id
 and (tl_title="בבלי" or tl_title="" or tl_title="זוהר" or tl_title="טור" or tl_title="ירושלמי"
      or tl_title="משנה" or tl_title='רמב"ם' or tl_title="שולחן_ערוך" or tl_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.

Checking query status...