SQL
AخA
select log_timestamp as thank_timestamp, replace(log_title, '_', ' ') as receiver, log_user_text as sender
from logging_logindex where log_title = :user_name
and log_action = 'thank'
and '2021-09-17' <= log_timestamp
and log_timestamp <= '2021-09-20';
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.