SQL
x
SELECT
REPLACE(log_title, '@global', '') AS log_title,
log_type,
log_actor,
log_action,
log_timestamp
FROM
logging
WHERE
log_type = 'globalauth' AND
log_actor = '25051' AND
log_action = 'setstatus' AND
log_timestamp > '20250325000641'
ORDER BY
log_timestamp DESC
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.