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
On the last entry; this is another trick:
SELECT AUTO_INCREMENT FROM information_schema.tables WHERE table_schema = ... and table_name = ...