Delete entries from database at a certain time

I have a table where one column is storing different times like HH:MM;SS and one column that stores the time and date when it was made (timestamp).

Is there a way to remove those entries after a certain time without using a cronjob ? Like when there are X hours stored in the first column then delete the entry when the timestamp + X hours have passed ?

thanks

MySQL? Maybe you could use “event”?

https://www.sitepoint.com/how-to-create-mysql-events/

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.