Answer: @@Identity function always returns
Numeric Values.
For Example:-
Insert into tbl(col1,col2) values('value1','value2');
Select @@Identity;
Then it will return the last inserted identity column values which is by-default integer.
Asked In: Many Interviews |
Alert Moderator