Here\'s what I\'m trying to do:
When there\'s a new INSERT into the table ACCOUNTS, I need to update the row in ACCOUNTS where
INSERT
ACCOUNTS
Instead you can use before insert and get max pkid for the particular table and then update the maximium pkid table record.