J
JB
Hello Community
I have several SQL Server tables with ID columns (the property of the
columns specify that it "Is Identity Yes").
The tables have many rows but I only want the value of the ID column
from a table when the where clause is satisfied.
These are "not" newly inserted in fact these rows can be very old and deep
within the table.
Can anyone tell me how I can extract the value from an Identity column from
a table?
Thanks
Jeff
I have several SQL Server tables with ID columns (the property of the
columns specify that it "Is Identity Yes").
The tables have many rows but I only want the value of the ID column
from a table when the where clause is satisfied.
These are "not" newly inserted in fact these rows can be very old and deep
within the table.
Can anyone tell me how I can extract the value from an Identity column from
a table?
Thanks
Jeff