Fork of
Tewiki: #TTSD24 all edits
by Chaduvari
This query is marked as a draft
This query has been published
by Pranayraj1985.
SQL
AخA
select page_title,actor_name from revision,comment,page,actor
where comment_id=rev_comment_id
and page_id=rev_page
and actor_id=rev_actor
and page_namespace=0
and comment_text like "%TTSD24%"
and rev_timestamp>="20241024000000"
and rev_timestamp<="20241101000000"
order by rev_timestamp
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.