MySQL Forums
Forum List  »  Triggers

Re: trigger an update query if that record was not update within 10 minutes
Posted by: Rick James
Date: September 19, 2011 07:51AM

Probably not possible without scripting.

But why even design things that way? Can you store the TIMESTAMP of the action, then use WHERE clauses to control whether or not to see that row?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: trigger an update query if that record was not update within 10 minutes
972
September 19, 2011 07:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.