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

SQL

AخA
 
use eswiki_p;
select distinct pg.page_title from revision rev
left join page pg
    on page_id = rev_page
where rev_user_text in ('Superzerocool', '3BRBS', 'Carlos_yo', 'La_Mantis', 'Maliaga', 'Nmoreno2015', 'Pineapples100', 'Sebastiandres', 'Zeroth', 'Zuirdj') 
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.

Checking query status...