Fork of Untitled query #72293 by Peter Bowman
This query is marked as a draft This query has been published by Yug.

SQL

AخA
 
select
    rev_id, rev_timestamp, comment_text
from revision
    inner join comment on rev_comment_id = comment_id
    inner join actor on rev_actor = actor_id
where
    comment_text like "%audio|LL-Q%"
    and actor_user = 10144# Olafbot
    and rev_timestamp like "2024%" # in 2022
;
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.

Checking query status...