Hi,
I was wondering if it would be possible using a trigger to exclude an update if a certain column is updated. For example if we have column A , column B and column C. If I want the trigger update not to fire if column B has been updated can this be done ?
I know that I can do it the opposite way and tell it to update if certain columns have been updated but this is a large table with alot of columns so I would rather exclude. However , I wonder even if excluding works if it would miss cases where column A & B have been updated ( we didn't want it to update for column B )
Thanks
I was wondering if it would be possible using a trigger to exclude an update if a certain column is updated. For example if we have column A , column B and column C. If I want the trigger update not to fire if column B has been updated can this be done ?
I know that I can do it the opposite way and tell it to update if certain columns have been updated but this is a large table with alot of columns so I would rather exclude. However , I wonder even if excluding works if it would miss cases where column A & B have been updated ( we didn't want it to update for column B )
Thanks