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

SQL

x
 
select replace(page_title, '_', ' ') as name, page_len as length from page
where not page_namespace
and page_len >= 45*1024
and exists
(select * from templatelinks join linktarget
 where tl_from = page_id
 and tl_target_id = lt_id
 and lt_title = 'הערות_שוליים')
and not exists
(select * from templatelinks join linktarget
 where tl_from = page_id
 and tl_target_id = lt_id
 and lt_title in ('בעבודה', 'קצרמר', 'עריכה', 'להשלים', 'אקטואלי', 'לשכתוב', 'ערך_מומלץ'))
order by page_len asc
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...