MySQL function LAST_INSERT_ID like @@IDENTITY

There is a MySQL function to return the auto-increment ID of the last inserted ID and that is LAST_INSERT_ID. You can also read about Using AUTO_INCREMENT.

Leave a Reply