SQL
AخA
select distinct log_title,min(log_timestamp),log_comment,log_params from logging where log_type="rights" and log_params like "%bot%" group by log_title order by 2;
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.