A
Amod
Hello everyone
I am using SS2005. I am trying to create a query to insert unique records
from one table to another, but this uniqueness needs to be checked according
to my primary key field only & not by all the fields.
i am trying:
insert into OppTrack1 select distinct * from OppTrack2
but this checks for all the fields. please suggest how to do for just for
the PK field.
I am using SS2005. I am trying to create a query to insert unique records
from one table to another, but this uniqueness needs to be checked according
to my primary key field only & not by all the fields.
i am trying:
insert into OppTrack1 select distinct * from OppTrack2
but this checks for all the fields. please suggest how to do for just for
the PK field.