SQL
AخA
SELECT log_title as receiver, COUNT(*)
FROM logging_logindex
WHERE log_action = 'thank' AND (
log_title LIKE '%bot%' OR
log_title LIKE '%Bot%'
)
GROUP BY log_title
ORDER BY COUNT(*) 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.