This query is marked as a draft This query has been published by Peter Bowman.

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
;
    
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...