
0
navicat update trigger syntax
I am trying to create an UPDATE Trigger to log status changes - as below
INSERT INTO statushistory (TableType,IndexValue, OldValue, NewValue, ChangeDate) VALUES('X',1,'AAAA','BBBB', NOW())
This works, but how do I change it to get it to use real field values instead of the 1, AAAA and BBBB in the example above
Thanks, Steve
Servicio de atención al cliente por UserEcho