SQL
x
USE ruwiki_p;
select page_title, rev_timestamp, actor_name, comment_text from change_tag join revision on rev_id=ct_rev_id
join page on rev_page=page_id join actor on actor_id=rev_actor join comment on comment_id=rev_comment_id where ct_tag_id=66
and rev_timestamp > 20200101000000 limit 100;
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.