BomberMan2K
Programmer
Hi,
I'm want to take a generated identity value in a given record, and in the same insert operation put that value in another column.
For example - I have the ID column, and I want to insert a new record and put the ID value generated in the NEWID column as well.
Is there any way to accomplish this?
thank you,
Roman.
I'm want to take a generated identity value in a given record, and in the same insert operation put that value in another column.
For example - I have the ID column, and I want to insert a new record and put the ID value generated in the NEWID column as well.
Is there any way to accomplish this?
thank you,
Roman.