SQL
AخA
USE wikidatawiki_p;
select count(*) FROM recentchanges_userindex
WHERE rc_user=(SELECT user_id FROM user where user_name='Reinheitsgebot')
AND rc_timestamp BETWEEN "20180918" AND "20181018";
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.