Hi all,
I have a Table1 with with three fields:
A B C
1 2 3
1 2 3
2 3 3
I would like to insert only the distinct rows to Table2 that has primary key defined to column A and column B.
And also insert only the records that doesn't already exist in Table2?
How can I do this?
/Kent J.
I have a Table1 with with three fields:
A B C
1 2 3
1 2 3
2 3 3
I would like to insert only the distinct rows to Table2 that has primary key defined to column A and column B.
And also insert only the records that doesn't already exist in Table2?
How can I do this?
/Kent J.