Migrating from SQL Server to Oracle. SQL Server Stor Proc
as follows...
Insert Into Table1
(field1, field2,...)
Values (a, b, ...)
Select @@Identity as "Identity"
@@Identity is a global variable which returns the
identity (or row id) of the last inserted record.
What is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.