I am in the middle of a project where we are moving from Oracle to SQL Server.
I was wondering if, like the title says,there are any SQL Server equivalent for Oracle's built in function IDENTITY_VAL_LOCAL()
.
The SQL statement that I am looking at looks like this:
SELECT IDENTITY_VAL_LOCAL() FROM TABLE(VALUES 1) AS t
Any help would be appreciated.
Best regards
Sara