SQL
AخA
select rc_bot as is_bot, count(*) as edits, (COUNT(*) / (SELECT COUNT(*) FROM enwiki_p.recentchanges)) * 100 AS 'Percentage of all edits' from enwiki_p.recentchanges where rc_namespace = 0 group 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.