SQL
x
USE trwiki_p;
select rev_timestamp, count(*) as sayi, sum(rev_deleted=0) as silinmemis
from revision_userindex
group by rev_timestamp
having count(*) >30
order by 3 desc
;
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.