Viewing 2 posts - 16 through 17 (of 17 total)
yes i agree we can do it by identity column. But i can not change the column constraint(i.e can not alter the column or add constraint) in production.
tbl2 is...
May 18, 2011 at 10:18 am
#1326614
Actually tbl2 may have duplicate row. But while selecting itself i want to avoid the duplicate data. It's like below
create table tbl(f int)
insert into tbl value(1)
insert...
May 18, 2011 at 9:49 am
#1326587