SQL
AخA
SELECT COUNT(DISTINCT(rev_page)) FROM wikidatawiki_p.revision
JOIN wikidatawiki_p.page ON rev_page = page_id
WHERE rev_timestamp > '20160101000001'
AND rev_timestamp < '20160229235959'
AND rev_user_text = 'AndreCostaWMSE-bot'
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.