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

SQL

x
 
select distinct(page_title), if (rev_parent_id = 0, 'yes', 'no') as 'created'
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 exists
(select * from templatelinks
 where tl_from = rev_page
 and 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...