MySQL Forums
Forum List  »  Triggers

Re: log table as rotating buffer
Posted by: Peter Brawley
Date: February 24, 2012 09:50AM

An INSERT trigger can DELETE but cannot itself INSERT, so the Trigger would have to count rows and delete oldest rows on your criteria.

Options: ReplyQuote


Subject
Views
Written By
Posted
2262
February 24, 2012 07:34AM
Re: log table as rotating buffer
1057
February 24, 2012 09:50AM


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.