SQL
AخA
SELECT log_title,
log_user_text,
log_timestamp,
comment_text
FROM logging_userindex
JOIN comment
ON log_comment_id = comment_id
WHERE comment_text LIKE "%versight%lock}}%"
ORDER BY log_timestamp ASC;
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.