Insert into table with value of auto increment column SQL Server

F4r4Zm0In

New Member
I have a table with primary key auto increment ID column.In some cases, I would like to insert the value of the auto increment column into another column in the same table (Without update statement).Is it possible?
 
Back
Top