B
bbawa1
Hi,
I have a table in which I have four columns.
ID (primary Key)
FirstName,
LastName,
Email
I want to add another column as @@identity in this already existing
table.
How can I do that.
I have a table in which I have four columns.
ID (primary Key)
FirstName,
LastName,
I want to add another column as @@identity in this already existing
table.
How can I do that.