I have a table with 18 columns. The trigger on this table would do something if the 14th column has been updated.
I want to check if the 14th column has been updated. The other columns might or might not be updated. My solution has to pivot on the updation of the 14th column.
Please help me get the correct sysntax using Columns_Updated() for checking the 14th column.
Thanks