Simply put, i have this following event which runs every 1 minute :
UPDATE ticket SET status ='4'
WHERE duedate <= now()
now i need to create a trigger to catch whenever that update occurs then insert the ticket’s ticketID to a certain table along with datetime (kind of an activity table). Is that possible?
I think it will useful for you……..
Pls refer this link (http://www.roseindia.net/sql/trigger/mysql-trigger-after-update.shtml)