SQL
AخA
use eswiki_p;
select * from revision rev
left join page pg
on page_id = rev_page
where rev_user_text = 'Superzerocool' and rev_timestamp between '20150411000000' and '20150413000000'
and pg.page_namespace = 0
and rev_parent_id = 0
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.