Getting the table name within a trigger
922345Mar 26 2012 — edited Mar 26 2012Within a trigger, is there a way to get the table name for which the trigger is defined?
I have an auditing task that I'd like to create one trigger and use it on multiple tables. The trigger would take the table name and use this to determine a record to update in a separate audit table.