Extract Primary Key column name and value on update through trigger
I am trying to create a trigger which can provide me the primary key name and value, and insert it into another table. I want to use the other table to update cache.
I am trying to create a trigger which can provide me the primary key name and value, and insert it into another table. I want to use the other table to update cache.