SQL
AخA
select DATE_FORMAT(rc_timestamp,"%Y-%m") as month, count(*) as edits from recentchanges where rc_bot = 0 and (rc_type = 0 or rc_type = 1) group by 1 order by 1;
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.