SQL
AخA
select DATE_FORMAT(log_timestamp, '%Y-%m-%d %H:%i:%s') as timestamp, actor_name, log_title, comment_text, log_params from logging_userindex inner join actor_logging on log_actor = actor_id inner join comment_logging on log_comment_id = comment_id where log_timestamp between '20240123000000' and '20240205235959' and log_type="block" and log_actor!=198977042 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.