chrissparkle
Programmer
I have a table where I need to insert the primary key field after it has been inserted into the same row (but another column).
I could do an Update after the Insert obviously using SCOPE_IDENTITY or IDENTITY into the other column but I'd like to do it within the same insert if its at all possible.
Is there a way to do this?
I could do an Update after the Insert obviously using SCOPE_IDENTITY or IDENTITY into the other column but I'd like to do it within the same insert if its at all possible.
Is there a way to do this?