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

SQL

x
 
use hewiki_p;
select * from revision inner join page
on page_id = rev_page
where not rev_parent_id
and not page_namespace
and rev_timestamp >= 20180417210000
order by rev_timestamp
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...