MySQL Forums
Forum List  »  Triggers

Re: How to long previous record?
Posted by: Peter Brawley
Date: October 26, 2019 12:25PM

Trigger syntax is literal, you need a specific Trigger for each table and each mode (insert, Update, Delete), and within each Trigger all column refs need also to be literal.

Options: ReplyQuote


Subject
Views
Written By
Posted
859
October 26, 2019 07:10AM
Re: How to long previous record?
442
October 26, 2019 12:25PM


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.