Subject Last Inserted Record
Author Robert Horn
Hi,
 
I am trying to successfully convert an R-Base database onto Firebird.
 
In RBase we can do the following to get the last inserted record:
 
Select * from TableName Where Count = Insert.
 
How is this done in Firebird?
 
Regards
Robert