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

SQL

x
 
select page_title, page_namespace, if (rev_parent_id == 0) then 5 else 10 end from revision_userindex join actor join page
on actor_id = rev_actor
and rev_page = page_id
where actor_name = 'התו השמיני'
and page_namespace = 0
#and rev_parent_id = 0
and exists
(select * from templatelinks
 where tl_from = rev_page
 and tl_title = "בעבודה")
limit 100
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...