Skip to content
Home » SQL SERVER » SQL Functions » System Functions

System Functions

SQL Server System functions perform operations on and return information about values, objects, and settings in SQL Server

SQL SERVER @@IDENTITY

SQL Server @@IDENTITY function is a system function that is used to get the last IDENTITY value generated for any table with an identity column under the current session, regardless of the scope of the T-SQL statement that generated the value.

Loading