0
I created a Trigger to my table X, with the purpose of making a record of update that run you in this table.
For each update on the table X, modified (old) values are stored in the table Z.
PROBLEMATICA :
The table X has several columns, and for each update in one of the columns the Trigger is soon fired.
Is it possible to specify a spine table X for which the Trigger shall be fired in the case of a update ?
LOGICA :
Table X
Si update in the column y : fires the Trigger
If not ( you are in another spine) : do nothing.