SQL
AخA
use hewiki_p;
select page_namespace, page_title from templatelinks join page
on page_id = tl_from
where tl_title = "ערך_מומלץ"
and not exists
(select * from pagelinks
where page_title = pl_title
and pl_from = 1299004)
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.