SQL
x
use bnwikisource_p;
select DISTINCT(actor_name) as users
from revision
inner join actor on actor.actor_id = rev_actor
where rev_timestamp > '20191101000000' and rev_timestamp < '20191131235959';
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.