Welcome Guest, Not a member yet? Register   Sign In
[Solved] Delete row if key code is there for more than 15 min
#3

Just perform a single sql
Code:
DELETE FROM post
WHERE date_modifieda < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 15 MINUTE))
Reply


Messages In This Thread
RE: Delete row if key code is there for more than 15 min - by Diederik - 02-05-2017, 03:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB