SQL
AخA
select DATE(rev_timestamp) as day, COUNT(*) as count
from enwiki_p.change_tag
inner join enwiki_p.revision on rev_id=ct_rev_id
where ct_tag_id = 590
and ct_id > 284268453
limit 10
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.