SQL
AخA
use wikidatawiki_p;
select user_name, count(*) as total from recentchanges_compat inner join user on rc_user = user_id where rc_type in (0, 1) and rc_namespace = 0 and rc_timestamp > 20191201200000 group by user_name;
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.