I have this query but I want to change the date to delete everything that is from more than 1 hour ago based on the server time (or if not possible by server time by post da
Subdate function works too!
SELECT subdate(current_timestamp, interval 1 hour)