LAST_ROWID function
Syntax
LAST_ROWID ( )
Description
The scalar function LAST_ROWID() returns the last inserted ROWID value for the session.
Example
SELECT LAST_ROWID();
TOCIndex