MySQL Forums
Forum List  »  Triggers

Re: Is it possible to delete record after selecting it?
Posted by: Devart Team
Date: August 29, 2012 01:28AM

No, it is impossible. There are only INSERT, UPDATE and DELETE triggers.

Have a look at SELECT statement with 'FOR UPDATE' option.

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is it possible to delete record after selecting it?
1325
August 29, 2012 01:28AM


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.