Getting the inserted identity is quite easy in SQL. All you have to do is the following:
SELECT IDENT_CURRENT('MyTable')
Home » Easily Get the Inserted Identity in SQL
Getting the inserted identity is quite easy in SQL. All you have to do is the following:
SELECT IDENT_CURRENT('MyTable')
At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.
See our full editorial policy.