SQL
AخA
SELECT SUBSTRING(log_timestamp, 1, 8), COUNT(*) FROM logging
WHERE log_type = "move"
AND log_action = "move"
AND log_params LIKE "%4::"
AND log_timestamp > 20221001000000
GROUP BY SUBSTRING(log_timestamp, 1, 8)
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.